Html Css Color HEX #B08DDA Biloba Flower

📋 copy color: '#B08DDA'

red 176 ◦ green 141 ◦ blue 218

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

Shades of Biloba Flower #B08DDA

Tints of Biloba Flower #B08DDA

RGB

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

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

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

R = 32.9%
G = 26.36%
B = 40.75%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B08DDA (or 0xB08DDA) is known color: Biloba Flower. HEX triplet: B0, 8D and DA. RGB value is (176,141,218). Sum of RGB (Red+Green+Blue) = 176+141+218=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #B08DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08DDA is #4F7225. Grayscale: #9F9F9F. Windows color (decimal): -5206566 or 14323120. OLE color: 14323120.

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

Color convert

RGB 176 141 218 -
CMYK 0.19 0.35 0 0.15
HSL 267.27º 0.51% 0.7% -
HSV(B) 267.27º 0.35% 0.85% -
XYZ 40.08 33.34 70.65 -
YUV 160.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 176 141 218 0.19 0.35 0 0.15 267.27 0.51 0.7
Hex B0 8D DA 13 23 0 F 10B 33 46
Octal 260 215 332 23 43 0 17 413 63 106
Binary 10110000 10001101 11011010 10011 100011 0 1111 100001011 110011 1000110

Color Harmonies of #B08DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08DDA

Black with #B08DDA

Text Example


Text Example

White with #B08DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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