Html Css Color HEX #B595DF Biloba Flower

📋 copy color: '#B595DF'

red 181 ◦ green 149 ◦ blue 223

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

Shades of Biloba Flower #B595DF

Tints of Biloba Flower #B595DF

RGB

 RED value IS 181 (71.09% from 255) = 32.73%

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

 BLUE value IS 223 (87.5% from 255) = 40.33%

R = 32.73%
G = 26.94%
B = 40.33%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B595DF (or 0xB595DF) is known color: Biloba Flower. HEX triplet: B5, 95 and DF. RGB value is (181,149,223). Sum of RGB (Red+Green+Blue) = 181+149+223=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 149 (58.59% from 255 or 26.94% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #B595DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595DF is #4A6A20. Grayscale: #A6A6A6. Windows color (decimal): -4876833 or 14652853. OLE color: 14652853.

HSL color Cylindrical-coordinate representation of color #B595DF: hue angle of 265.95º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B595DF is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 149 223 -
CMYK 0.19 0.33 0 0.13
HSL 265.95º 0.54% 0.73% -
HSV(B) 265.95º 0.33% 0.87% -
XYZ 43.12 36.65 74.61 -
YUV 167 159.6 137.98 -
System Red Green Blue C M Y K H S L
Decimal 181 149 223 0.19 0.33 0 0.13 265.95 0.54 0.73
Hex B5 95 DF 13 21 0 D 10A 36 49
Octal 265 225 337 23 41 0 15 412 66 111
Binary 10110101 10010101 11011111 10011 100001 0 1101 100001010 110110 1001001

Color Harmonies of #B595DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595DF

Black with #B595DF

Text Example


Text Example

White with #B595DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595DF; }

 p { color: rgb(181,149,223); }

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

background-color css

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

 a { background-color: rgb(181,149,223); }

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

border-color css

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

 span { border-color: rgb(181,149,223); }

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