Html Css Color HEX #B088DD Biloba Flower

📋 copy color: '#B088DD'

red 176 ◦ green 136 ◦ blue 221

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

Shades of Biloba Flower #B088DD

Tints of Biloba Flower #B088DD

RGB

 RED value IS 176 (69.14% from 255) = 33.02%

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

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

R = 33.02%
G = 25.52%
B = 41.46%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B088DD (or 0xB088DD) is known color: Biloba Flower. HEX triplet: B0, 88 and DD. RGB value is (176,136,221). Sum of RGB (Red+Green+Blue) = 176+136+221=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 136 (53.52% from 255 or 25.52% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #B088DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088DD is #4F7722. Grayscale: #9D9D9D. Windows color (decimal): -5207843 or 14518448. OLE color: 14518448.

HSL color Cylindrical-coordinate representation of color #B088DD: hue angle of 268.24º 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 #B088DD is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 136 221 -
CMYK 0.20 0.38 0 0.13
HSL 268.24º 0.56% 0.7% -
HSV(B) 268.24º 0.38% 0.87% -
XYZ 39.76 32.06 72.5 -
YUV 157.65 163.75 141.09 -
System Red Green Blue C M Y K H S L
Decimal 176 136 221 0.20 0.38 0 0.13 268.24 0.56 0.7
Hex B0 88 DD 14 26 0 D 10C 38 46
Octal 260 210 335 24 46 0 15 414 70 106
Binary 10110000 10001000 11011101 10100 100110 0 1101 100001100 111000 1000110

Color Harmonies of #B088DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B088DD

Black with #B088DD

Text Example


Text Example

White with #B088DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B088DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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