Html Css Color HEX #B883DC Biloba Flower

📋 copy color: '#B883DC'

red 184 ◦ green 131 ◦ blue 220

#B883DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B883DC

Tints of Biloba Flower #B883DC

RGB

 RED value IS 184 (72.27% from 255) = 34.39%

 GREEN value IS 131 (51.56% from 255) = 24.49%

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 34.39%
G = 24.49%
B = 41.12%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B883DC (or 0xB883DC) is known color: Biloba Flower. HEX triplet: B8, 83 and DC. RGB value is (184,131,220). Sum of RGB (Red+Green+Blue) = 184+131+220=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #B883DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B883DC is #477C23. Grayscale: #9C9C9C. Windows color (decimal): -4684836 or 14451640. OLE color: 14451640.

HSL color Cylindrical-coordinate representation of color #B883DC: hue angle of 275.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B883DC is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 131 220 -
CMYK 0.16 0.40 0 0.14
HSL 275.73º 0.56% 0.69% -
HSV(B) 275.73º 0.4% 0.86% -
XYZ 40.8 31.59 71.66 -
YUV 156.99 163.56 147.26 -
System Red Green Blue C M Y K H S L
Decimal 184 131 220 0.16 0.40 0 0.14 275.73 0.56 0.69
Hex B8 83 DC 10 28 0 E 114 38 45
Octal 270 203 334 20 50 0 16 424 70 105
Binary 10111000 10000011 11011100 10000 101000 0 1110 100010100 111000 1000101

Color Harmonies of #B883DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B883DC

Black with #B883DC

Text Example


Text Example

White with #B883DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B883DC; }

 p { color: rgb(184,131,220); }

 H1.HeaderClassName
 {
   color: #B883DC;
 }
 .AnyTagClassName
 {
   color: #B883DC;
 }
</style>

background-color css

<style>
 a { background-color: #B883DC; }

 a { background-color: rgb(184,131,220); }

 div.DivClassName
 {
   background-color: #B883DC;
 }
 .BgClassName
 {
   background-color: #B883DC;
 }
</style>

border-color css

<style>
 span { border-color: #B883DC; }

 span { border-color: rgb(184,131,220); }

 td.TdClassName
 {
   border-color: #B883DC;
 }
 .TagClassName
 {
   border-color: #B883DC;
 }
</style>