Html Css Color HEX #B288DC Biloba Flower

📋 copy color: '#B288DC'

red 178 ◦ green 136 ◦ blue 220

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

Shades of Biloba Flower #B288DC

Tints of Biloba Flower #B288DC

RGB

 RED value IS 178 (69.92% from 255) = 33.33%

 GREEN value IS 136 (53.52% from 255) = 25.47%

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

R = 33.33%
G = 25.47%
B = 41.2%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B288DC (or 0xB288DC) is known color: Biloba Flower. HEX triplet: B2, 88 and DC. RGB value is (178,136,220). Sum of RGB (Red+Green+Blue) = 178+136+220=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 136 (53.52% from 255 or 25.47% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #B288DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B288DC is #4D7723. Grayscale: #9D9D9D. Windows color (decimal): -5076772 or 14452914. OLE color: 14452914.

HSL color Cylindrical-coordinate representation of color #B288DC: hue angle of 270º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B288DC is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 136 220 -
CMYK 0.19 0.38 0 0.14
HSL 270º 0.55% 0.7% -
HSV(B) 270º 0.38% 0.86% -
XYZ 40.08 32.24 71.82 -
YUV 158.13 162.91 142.17 -
System Red Green Blue C M Y K H S L
Decimal 178 136 220 0.19 0.38 0 0.14 270 0.55 0.7
Hex B2 88 DC 13 26 0 E 10E 37 46
Octal 262 210 334 23 46 0 16 416 67 106
Binary 10110010 10001000 11011100 10011 100110 0 1110 100001110 110111 1000110

Color Harmonies of #B288DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B288DC

Black with #B288DC

Text Example


Text Example

White with #B288DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B288DC; }

 p { color: rgb(178,136,220); }

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

background-color css

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

 a { background-color: rgb(178,136,220); }

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

border-color css

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

 span { border-color: rgb(178,136,220); }

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