Html Css Color HEX #B08BEC Biloba Flower

📋 copy color: '#B08BEC'

red 176 ◦ green 139 ◦ blue 236

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

Shades of Biloba Flower #B08BEC

Tints of Biloba Flower #B08BEC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.23%

 BLUE value IS 236 (92.58% from 255) = 42.83%

R = 31.94%
G = 25.23%
B = 42.83%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B08BEC (or 0xB08BEC) is known color: Biloba Flower. HEX triplet: B0, 8B and EC. RGB value is (176,139,236). Sum of RGB (Red+Green+Blue) = 176+139+236=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #B08BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08BEC is #4F7413. Grayscale: #A0A0A0. Windows color (decimal): -5207060 or 15502256. OLE color: 15502256.

HSL color Cylindrical-coordinate representation of color #B08BEC: hue angle of 262.89º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B08BEC is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 139 236 -
CMYK 0.25 0.41 0 0.07
HSL 262.89º 0.72% 0.74% -
HSV(B) 262.89º 0.41% 0.93% -
XYZ 42.28 33.75 83.64 -
YUV 161.12 170.26 138.61 -
System Red Green Blue C M Y K H S L
Decimal 176 139 236 0.25 0.41 0 0.07 262.89 0.72 0.74
Hex B0 8B EC 19 29 0 7 107 48 4A
Octal 260 213 354 31 51 0 7 407 110 112
Binary 10110000 10001011 11101100 11001 101001 0 111 100000111 1001000 1001010

Color Harmonies of #B08BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08BEC

Black with #B08BEC

Text Example


Text Example

White with #B08BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08BEC; }

 p { color: rgb(176,139,236); }

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

background-color css

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

 a { background-color: rgb(176,139,236); }

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

border-color css

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

 span { border-color: rgb(176,139,236); }

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