Html Css Color HEX #B288DD Biloba Flower

📋 copy color: '#B288DD'

red 178 ◦ green 136 ◦ blue 221

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

Shades of Biloba Flower #B288DD

Tints of Biloba Flower #B288DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 33.27%
G = 25.42%
B = 41.31%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B288DD (or 0xB288DD) is known color: Biloba Flower. HEX triplet: B2, 88 and DD. RGB value is (178,136,221). Sum of RGB (Red+Green+Blue) = 178+136+221=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #B288DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B288DD is #4D7722. Grayscale: #9D9D9D. Windows color (decimal): -5076771 or 14518450. OLE color: 14518450.

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

Color convert

RGB 178 136 221 -
CMYK 0.19 0.38 0 0.13
HSL 269.65º 0.56% 0.7% -
HSV(B) 269.65º 0.38% 0.87% -
XYZ 40.22 32.29 72.52 -
YUV 158.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 178 136 221 0.19 0.38 0 0.13 269.65 0.56 0.7
Hex B2 88 DD 13 26 0 D 10E 38 46
Octal 262 210 335 23 46 0 15 416 70 106
Binary 10110010 10001000 11011101 10011 100110 0 1101 100001110 111000 1000110

Color Harmonies of #B288DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B288DD

Black with #B288DD

Text Example


Text Example

White with #B288DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B288DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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