Html Css Color HEX #B095DC Biloba Flower

📋 copy color: '#B095DC'

red 176 ◦ green 149 ◦ blue 220

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

Shades of Biloba Flower #B095DC

Tints of Biloba Flower #B095DC

RGB

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

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

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

R = 32.29%
G = 27.34%
B = 40.37%

CMYK

 C value IS 0.2

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B095DC (or 0xB095DC) is known color: Biloba Flower. HEX triplet: B0, 95 and DC. RGB value is (176,149,220). Sum of RGB (Red+Green+Blue) = 176+149+220=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #B095DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B095DC is #4F6A23. Grayscale: #A4A4A4. Windows color (decimal): -5204516 or 14456240. OLE color: 14456240.

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

Color convert

RGB 176 149 220 -
CMYK 0.2 0.32 0 0.14
HSL 262.82º 0.5% 0.72% -
HSV(B) 262.82º 0.32% 0.86% -
XYZ 41.57 35.89 72.45 -
YUV 165.17 158.95 135.73 -
System Red Green Blue C M Y K H S L
Decimal 176 149 220 0.2 0.32 0 0.14 262.82 0.5 0.72
Hex B0 95 DC 14 20 0 E 107 32 48
Octal 260 225 334 24 40 0 16 407 62 110
Binary 10110000 10010101 11011100 10100 100000 0 1110 100000111 110010 1001000

Color Harmonies of #B095DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B095DC

Black with #B095DC

Text Example


Text Example

White with #B095DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B095DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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