Html Css Color HEX #B09DDA Biloba Flower

📋 copy color: '#B09DDA'

red 176 ◦ green 157 ◦ blue 218

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

Shades of Biloba Flower #B09DDA

Tints of Biloba Flower #B09DDA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.49%

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

R = 31.94%
G = 28.49%
B = 39.56%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B09DDA (or 0xB09DDA) is known color: Biloba Flower. HEX triplet: B0, 9D and DA. RGB value is (176,157,218). Sum of RGB (Red+Green+Blue) = 176+157+218=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #B09DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DDA is #4F6225. Grayscale: #A9A9A9. Windows color (decimal): -5202470 or 14327216. OLE color: 14327216.

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

Color convert

RGB 176 157 218 -
CMYK 0.19 0.28 0 0.15
HSL 258.69º 0.45% 0.74% -
HSV(B) 258.69º 0.28% 0.85% -
XYZ 42.62 38.41 71.5 -
YUV 169.64 155.29 132.54 -
System Red Green Blue C M Y K H S L
Decimal 176 157 218 0.19 0.28 0 0.15 258.69 0.45 0.74
Hex B0 9D DA 13 1C 0 F 103 2D 4A
Octal 260 235 332 23 34 0 17 403 55 112
Binary 10110000 10011101 11011010 10011 11100 0 1111 100000011 101101 1001010

Color Harmonies of #B09DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09DDA

Black with #B09DDA

Text Example


Text Example

White with #B09DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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