Html Css Color HEX #B095D9 Biloba Flower

📋 copy color: '#B095D9'

red 176 ◦ green 149 ◦ blue 217

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

Shades of Biloba Flower #B095D9

Tints of Biloba Flower #B095D9

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.49%

 BLUE value IS 217 (85.16% from 255) = 40.04%

R = 32.47%
G = 27.49%
B = 40.04%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B095D9 (or 0xB095D9) is known color: Biloba Flower. HEX triplet: B0, 95 and D9. RGB value is (176,149,217). Sum of RGB (Red+Green+Blue) = 176+149+217=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 217 (85.16% from 255 or 40.04% from 542); Max value from RGB is 217 - color contains mainly: blue. Hex color #B095D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095D9 is #4F6A26. Grayscale: #A4A4A4. Windows color (decimal): -5204519 or 14259632. OLE color: 14259632.

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

Color convert

RGB 176 149 217 -
CMYK 0.19 0.31 0 0.15
HSL 263.82º 0.47% 0.72% -
HSV(B) 263.82º 0.31% 0.85% -
XYZ 41.18 35.73 70.37 -
YUV 164.83 157.45 135.97 -
System Red Green Blue C M Y K H S L
Decimal 176 149 217 0.19 0.31 0 0.15 263.82 0.47 0.72
Hex B0 95 D9 13 1F 0 F 108 2F 48
Octal 260 225 331 23 37 0 17 410 57 110
Binary 10110000 10010101 11011001 10011 11111 0 1111 100001000 101111 1001000

Color Harmonies of #B095D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B095D9

Black with #B095D9

Text Example


Text Example

White with #B095D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B095D9; }

 p { color: rgb(176,149,217); }

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

background-color css

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

 a { background-color: rgb(176,149,217); }

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

border-color css

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

 span { border-color: rgb(176,149,217); }

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