Html Css Color HEX #B088DF Biloba Flower

📋 copy color: '#B088DF'

red 176 ◦ green 136 ◦ blue 223

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

Shades of Biloba Flower #B088DF

Tints of Biloba Flower #B088DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 32.9%
G = 25.42%
B = 41.68%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B088DF (or 0xB088DF) is known color: Biloba Flower. HEX triplet: B0, 88 and DF. RGB value is (176,136,223). Sum of RGB (Red+Green+Blue) = 176+136+223=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #B088DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B088DF is #4F7720. Grayscale: #9D9D9D. Windows color (decimal): -5207841 or 14649520. OLE color: 14649520.

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

Color convert

RGB 176 136 223 -
CMYK 0.21 0.39 0 0.13
HSL 267.59º 0.58% 0.7% -
HSV(B) 267.59º 0.39% 0.87% -
XYZ 40.03 32.17 73.91 -
YUV 157.88 164.75 140.93 -
System Red Green Blue C M Y K H S L
Decimal 176 136 223 0.21 0.39 0 0.13 267.59 0.58 0.7
Hex B0 88 DF 15 27 0 D 10C 3A 46
Octal 260 210 337 25 47 0 15 414 72 106
Binary 10110000 10001000 11011111 10101 100111 0 1101 100001100 111010 1000110

Color Harmonies of #B088DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B088DF

Black with #B088DF

Text Example


Text Example

White with #B088DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B088DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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