Html Css Color HEX #B595D7 Biloba Flower

📋 copy color: '#B595D7'

red 181 ◦ green 149 ◦ blue 215

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

Shades of Biloba Flower #B595D7

Tints of Biloba Flower #B595D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.45%

R = 33.21%
G = 27.34%
B = 39.45%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B595D7 (or 0xB595D7) is known color: Biloba Flower. HEX triplet: B5, 95 and D7. RGB value is (181,149,215). Sum of RGB (Red+Green+Blue) = 181+149+215=545 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.21% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #B595D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595D7 is #4A6A28. Grayscale: #A5A5A5. Windows color (decimal): -4876841 or 14128565. OLE color: 14128565.

HSL color Cylindrical-coordinate representation of color #B595D7: hue angle of 269.09º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B595D7 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 149 215 -
CMYK 0.16 0.31 0 0.16
HSL 269.09º 0.45% 0.71% -
HSV(B) 269.09º 0.31% 0.84% -
XYZ 42.07 36.22 69.06 -
YUV 166.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 181 149 215 0.16 0.31 0 0.16 269.09 0.45 0.71
Hex B5 95 D7 10 1F 0 10 10D 2D 47
Octal 265 225 327 20 37 0 20 415 55 107
Binary 10110101 10010101 11010111 10000 11111 0 10000 100001101 101101 1000111

Color Harmonies of #B595D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595D7

Black with #B595D7

Text Example


Text Example

White with #B595D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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