Html Css Color HEX #B08DEB Biloba Flower

📋 copy color: '#B08DEB'

red 176 ◦ green 141 ◦ blue 235

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

Shades of Biloba Flower #B08DEB

Tints of Biloba Flower #B08DEB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.54%

 BLUE value IS 235 (92.19% from 255) = 42.57%

R = 31.88%
G = 25.54%
B = 42.57%

CMYK

 C value IS 0.25

 M value IS 0.4

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B08DEB (or 0xB08DEB) is known color: Biloba Flower. HEX triplet: B0, 8D and EB. RGB value is (176,141,235). Sum of RGB (Red+Green+Blue) = 176+141+235=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #B08DEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08DEB is #4F7214. Grayscale: #A1A1A1. Windows color (decimal): -5206549 or 15437232. OLE color: 15437232.

HSL color Cylindrical-coordinate representation of color #B08DEB: hue angle of 262.34º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B08DEB is Cyan = 0.25, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 141 235 -
CMYK 0.25 0.4 0 0.08
HSL 262.34º 0.7% 0.74% -
HSV(B) 262.34º 0.4% 0.92% -
XYZ 42.42 34.28 82.98 -
YUV 162.18 169.1 137.86 -
System Red Green Blue C M Y K H S L
Decimal 176 141 235 0.25 0.4 0 0.08 262.34 0.7 0.74
Hex B0 8D EB 19 28 0 8 106 46 4A
Octal 260 215 353 31 50 0 10 406 106 112
Binary 10110000 10001101 11101011 11001 101000 0 1000 100000110 1000110 1001010

Color Harmonies of #B08DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08DEB

Black with #B08DEB

Text Example


Text Example

White with #B08DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08DEB; }

 p { color: rgb(176,141,235); }

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

background-color css

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

 a { background-color: rgb(176,141,235); }

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

border-color css

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

 span { border-color: rgb(176,141,235); }

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