Html Css Color HEX #B595DD Biloba Flower

📋 copy color: '#B595DD'

red 181 ◦ green 149 ◦ blue 221

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

Shades of Biloba Flower #B595DD

Tints of Biloba Flower #B595DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.11%

R = 32.85%
G = 27.04%
B = 40.11%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B595DD (or 0xB595DD) is known color: Biloba Flower. HEX triplet: B5, 95 and DD. RGB value is (181,149,221). Sum of RGB (Red+Green+Blue) = 181+149+221=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #B595DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595DD is #4A6A22. Grayscale: #A6A6A6. Windows color (decimal): -4876835 or 14521781. OLE color: 14521781.

HSL color Cylindrical-coordinate representation of color #B595DD: hue angle of 266.67º degrees, saturation: 0.51, 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 #B595DD is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 149 221 -
CMYK 0.18 0.33 0 0.13
HSL 266.67º 0.51% 0.73% -
HSV(B) 266.67º 0.33% 0.87% -
XYZ 42.85 36.54 73.2 -
YUV 166.78 158.6 138.15 -
System Red Green Blue C M Y K H S L
Decimal 181 149 221 0.18 0.33 0 0.13 266.67 0.51 0.73
Hex B5 95 DD 12 21 0 D 10B 33 49
Octal 265 225 335 22 41 0 15 413 63 111
Binary 10110101 10010101 11011101 10010 100001 0 1101 100001011 110011 1001001

Color Harmonies of #B595DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595DD

Black with #B595DD

Text Example


Text Example

White with #B595DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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