Html Css Color HEX #B08BD3 Biloba Flower

📋 copy color: '#B08BD3'

red 176 ◦ green 139 ◦ blue 211

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

Shades of Biloba Flower #B08BD3

Tints of Biloba Flower #B08BD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.11%

R = 33.46%
G = 26.43%
B = 40.11%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B08BD3 (or 0xB08BD3) is known color: Biloba Flower. HEX triplet: B0, 8B and D3. RGB value is (176,139,211). Sum of RGB (Red+Green+Blue) = 176+139+211=526 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.46% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 211 - color contains mainly: blue. Hex color #B08BD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08BD3 is #4F742C. Grayscale: #9E9E9E. Windows color (decimal): -5207085 or 13863856. OLE color: 13863856.

HSL color Cylindrical-coordinate representation of color #B08BD3: hue angle of 270.83º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B08BD3 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 139 211 -
CMYK 0.17 0.34 0 0.17
HSL 270.83º 0.45% 0.69% -
HSV(B) 270.83º 0.34% 0.83% -
XYZ 38.89 32.4 65.83 -
YUV 158.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 176 139 211 0.17 0.34 0 0.17 270.83 0.45 0.69
Hex B0 8B D3 11 22 0 11 10F 2D 45
Octal 260 213 323 21 42 0 21 417 55 105
Binary 10110000 10001011 11010011 10001 100010 0 10001 100001111 101101 1000101

Color Harmonies of #B08BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08BD3

Black with #B08BD3

Text Example


Text Example

White with #B08BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08BD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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