Html Css Color HEX #B88DDC Biloba Flower

📋 copy color: '#B88DDC'

red 184 ◦ green 141 ◦ blue 220

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

Shades of Biloba Flower #B88DDC

Tints of Biloba Flower #B88DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.87%

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

R = 33.76%
G = 25.87%
B = 40.37%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B88DDC (or 0xB88DDC) is known color: Biloba Flower. HEX triplet: B8, 8D and DC. RGB value is (184,141,220). Sum of RGB (Red+Green+Blue) = 184+141+220=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #B88DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88DDC is #477223. Grayscale: #A2A2A2. Windows color (decimal): -4682276 or 14454200. OLE color: 14454200.

HSL color Cylindrical-coordinate representation of color #B88DDC: hue angle of 272.66º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B88DDC is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 141 220 -
CMYK 0.16 0.36 0 0.14
HSL 272.66º 0.53% 0.71% -
HSV(B) 272.66º 0.36% 0.86% -
XYZ 42.21 34.41 72.13 -
YUV 162.86 160.25 143.08 -
System Red Green Blue C M Y K H S L
Decimal 184 141 220 0.16 0.36 0 0.14 272.66 0.53 0.71
Hex B8 8D DC 10 24 0 E 111 35 47
Octal 270 215 334 20 44 0 16 421 65 107
Binary 10111000 10001101 11011100 10000 100100 0 1110 100010001 110101 1000111

Color Harmonies of #B88DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88DDC

Black with #B88DDC

Text Example


Text Example

White with #B88DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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