Html Css Color HEX #B08ADC Biloba Flower

📋 copy color: '#B08ADC'

red 176 ◦ green 138 ◦ blue 220

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

Shades of Biloba Flower #B08ADC

Tints of Biloba Flower #B08ADC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.84%

 BLUE value IS 220 (86.33% from 255) = 41.2%

R = 32.96%
G = 25.84%
B = 41.2%

CMYK

 C value IS 0.2

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B08ADC (or 0xB08ADC) is known color: Biloba Flower. HEX triplet: B0, 8A and DC. RGB value is (176,138,220). Sum of RGB (Red+Green+Blue) = 176+138+220=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #B08ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ADC is #4F7523. Grayscale: #9E9E9E. Windows color (decimal): -5207332 or 14453424. OLE color: 14453424.

HSL color Cylindrical-coordinate representation of color #B08ADC: hue angle of 267.8º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B08ADC is Cyan = 0.2, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 138 220 -
CMYK 0.2 0.37 0 0.14
HSL 267.8º 0.54% 0.7% -
HSV(B) 267.8º 0.37% 0.86% -
XYZ 39.91 32.57 71.89 -
YUV 158.71 162.59 140.33 -
System Red Green Blue C M Y K H S L
Decimal 176 138 220 0.2 0.37 0 0.14 267.8 0.54 0.7
Hex B0 8A DC 14 25 0 E 10C 36 46
Octal 260 212 334 24 45 0 16 414 66 106
Binary 10110000 10001010 11011100 10100 100101 0 1110 100001100 110110 1000110

Color Harmonies of #B08ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08ADC

Black with #B08ADC

Text Example


Text Example

White with #B08ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08ADC; }

 p { color: rgb(176,138,220); }

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

background-color css

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

 a { background-color: rgb(176,138,220); }

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

border-color css

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

 span { border-color: rgb(176,138,220); }

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