Html Css Color HEX #B288D7 Biloba Flower

📋 copy color: '#B288D7'

red 178 ◦ green 136 ◦ blue 215

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

Shades of Biloba Flower #B288D7

Tints of Biloba Flower #B288D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.64%

R = 33.65%
G = 25.71%
B = 40.64%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B288D7 (or 0xB288D7) is known color: Biloba Flower. HEX triplet: B2, 88 and D7. RGB value is (178,136,215). Sum of RGB (Red+Green+Blue) = 178+136+215=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 136 (53.52% from 255 or 25.71% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #B288D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B288D7 is #4D7728. Grayscale: #9D9D9D. Windows color (decimal): -5076777 or 14125234. OLE color: 14125234.

HSL color Cylindrical-coordinate representation of color #B288D7: hue angle of 271.9º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B288D7 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 136 215 -
CMYK 0.17 0.37 0 0.16
HSL 271.9º 0.5% 0.69% -
HSV(B) 271.9º 0.37% 0.84% -
XYZ 39.43 31.98 68.38 -
YUV 157.56 160.41 142.58 -
System Red Green Blue C M Y K H S L
Decimal 178 136 215 0.17 0.37 0 0.16 271.9 0.5 0.69
Hex B2 88 D7 11 25 0 10 110 32 45
Octal 262 210 327 21 45 0 20 420 62 105
Binary 10110010 10001000 11010111 10001 100101 0 10000 100010000 110010 1000101

Color Harmonies of #B288D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B288D7

Black with #B288D7

Text Example


Text Example

White with #B288D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B288D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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