Html Css Color HEX #B08BEE Biloba Flower

📋 copy color: '#B08BEE'

red 176 ◦ green 139 ◦ blue 238

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

Shades of Biloba Flower #B08BEE

Tints of Biloba Flower #B08BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.04%

R = 31.83%
G = 25.14%
B = 43.04%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B08BEE (or 0xB08BEE) is known color: Biloba Flower. HEX triplet: B0, 8B and EE. RGB value is (176,139,238). Sum of RGB (Red+Green+Blue) = 176+139+238=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #B08BEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08BEE is #4F7411. Grayscale: #A0A0A0. Windows color (decimal): -5207058 or 15633328. OLE color: 15633328.

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

Color convert

RGB 176 139 238 -
CMYK 0.26 0.42 0 0.07
HSL 262.42º 0.74% 0.74% -
HSV(B) 262.42º 0.42% 0.93% -
XYZ 42.57 33.87 85.18 -
YUV 161.35 171.26 138.45 -
System Red Green Blue C M Y K H S L
Decimal 176 139 238 0.26 0.42 0 0.07 262.42 0.74 0.74
Hex B0 8B EE 1A 2A 0 7 106 4A 4A
Octal 260 213 356 32 52 0 7 406 112 112
Binary 10110000 10001011 11101110 11010 101010 0 111 100000110 1001010 1001010

Color Harmonies of #B08BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08BEE

Black with #B08BEE

Text Example


Text Example

White with #B08BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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