Html Css Color HEX #B08CDA Biloba Flower

📋 copy color: '#B08CDA'

red 176 ◦ green 140 ◦ blue 218

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

Shades of Biloba Flower #B08CDA

Tints of Biloba Flower #B08CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.22%

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

R = 32.96%
G = 26.22%
B = 40.82%

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

#B08CDA (or 0xB08CDA) is known color: Biloba Flower. HEX triplet: B0, 8C and DA. RGB value is (176,140,218). Sum of RGB (Red+Green+Blue) = 176+140+218=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 140 (55.08% from 255 or 26.22% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #B08CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08CDA is #4F7325. Grayscale: #9F9F9F. Windows color (decimal): -5206822 or 14322864. OLE color: 14322864.

HSL color Cylindrical-coordinate representation of color #B08CDA: hue angle of 267.69º degrees, saturation: 0.51, 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 #B08CDA is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 140 218 -
CMYK 0.19 0.36 0 0.15
HSL 267.69º 0.51% 0.7% -
HSV(B) 267.69º 0.36% 0.85% -
XYZ 39.94 33.05 70.6 -
YUV 159.66 160.93 139.66 -
System Red Green Blue C M Y K H S L
Decimal 176 140 218 0.19 0.36 0 0.15 267.69 0.51 0.7
Hex B0 8C DA 13 24 0 F 10C 33 46
Octal 260 214 332 23 44 0 17 414 63 106
Binary 10110000 10001100 11011010 10011 100100 0 1111 100001100 110011 1000110

Color Harmonies of #B08CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08CDA

Black with #B08CDA

Text Example


Text Example

White with #B08CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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