Html Css Color HEX #B08EFB Biloba Flower

📋 copy color: '#B08EFB'

red 176 ◦ green 142 ◦ blue 251

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

Shades of Biloba Flower #B08EFB

Tints of Biloba Flower #B08EFB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.96%

 BLUE value IS 251 (98.44% from 255) = 44.11%

R = 30.93%
G = 24.96%
B = 44.11%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B08EFB (or 0xB08EFB) is known color: Biloba Flower. HEX triplet: B0, 8E and FB. RGB value is (176,142,251). Sum of RGB (Red+Green+Blue) = 176+142+251=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #B08EFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08EFB is #4F7104. Grayscale: #A4A4A4. Windows color (decimal): -5206277 or 16486064. OLE color: 16486064.

HSL color Cylindrical-coordinate representation of color #B08EFB: hue angle of 258.72º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B08EFB is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 142 251 -
CMYK 0.30 0.43 0 0.02
HSL 258.72º 0.93% 0.77% -
HSV(B) 258.72º 0.43% 0.98% -
XYZ 44.99 35.54 95.76 -
YUV 164.59 176.76 136.14 -
System Red Green Blue C M Y K H S L
Decimal 176 142 251 0.30 0.43 0 0.02 258.72 0.93 0.77
Hex B0 8E FB 1E 2B 0 2 103 5D 4D
Octal 260 216 373 36 53 0 2 403 135 115
Binary 10110000 10001110 11111011 11110 101011 0 10 100000011 1011101 1001101

Color Harmonies of #B08EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08EFB

Black with #B08EFB

Text Example


Text Example

White with #B08EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08EFB; }

 p { color: rgb(176,142,251); }

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

background-color css

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

 a { background-color: rgb(176,142,251); }

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

border-color css

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

 span { border-color: rgb(176,142,251); }

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