Html Css Color HEX #B08BDA Biloba Flower

📋 copy color: '#B08BDA'

red 176 ◦ green 139 ◦ blue 218

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

Shades of Biloba Flower #B08BDA

Tints of Biloba Flower #B08BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.9%

R = 33.02%
G = 26.08%
B = 40.9%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B08BDA (or 0xB08BDA) is known color: Biloba Flower. HEX triplet: B0, 8B and DA. RGB value is (176,139,218). Sum of RGB (Red+Green+Blue) = 176+139+218=533 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.02% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #B08BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BDA is #4F7425. Grayscale: #9E9E9E. Windows color (decimal): -5207078 or 14322608. OLE color: 14322608.

HSL color Cylindrical-coordinate representation of color #B08BDA: hue angle of 268.1º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B08BDA is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 139 218 -
CMYK 0.19 0.36 0 0.15
HSL 268.1º 0.52% 0.7% -
HSV(B) 268.1º 0.36% 0.85% -
XYZ 39.79 32.76 70.56 -
YUV 159.07 161.26 140.08 -
System Red Green Blue C M Y K H S L
Decimal 176 139 218 0.19 0.36 0 0.15 268.1 0.52 0.7
Hex B0 8B DA 13 24 0 F 10C 34 46
Octal 260 213 332 23 44 0 17 414 64 106
Binary 10110000 10001011 11011010 10011 100100 0 1111 100001100 110100 1000110

Color Harmonies of #B08BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08BDA

Black with #B08BDA

Text Example


Text Example

White with #B08BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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