Html Css Color HEX #B595ED Biloba Flower

📋 copy color: '#B595ED'

red 181 ◦ green 149 ◦ blue 237

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

Shades of Biloba Flower #B595ED

Tints of Biloba Flower #B595ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.8%

R = 31.92%
G = 26.28%
B = 41.8%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B595ED (or 0xB595ED) is known color: Biloba Flower. HEX triplet: B5, 95 and ED. RGB value is (181,149,237). Sum of RGB (Red+Green+Blue) = 181+149+237=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #B595ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B595ED is #4A6A12. Grayscale: #A8A8A8. Windows color (decimal): -4876819 or 15570357. OLE color: 15570357.

HSL color Cylindrical-coordinate representation of color #B595ED: hue angle of 261.82º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B595ED is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 149 237 -
CMYK 0.24 0.37 0 0.07
HSL 261.82º 0.71% 0.76% -
HSV(B) 261.82º 0.37% 0.93% -
XYZ 45.09 37.43 84.97 -
YUV 168.6 166.6 136.84 -
System Red Green Blue C M Y K H S L
Decimal 181 149 237 0.24 0.37 0 0.07 261.82 0.71 0.76
Hex B5 95 ED 18 25 0 7 106 47 4C
Octal 265 225 355 30 45 0 7 406 107 114
Binary 10110101 10010101 11101101 11000 100101 0 111 100000110 1000111 1001100

Color Harmonies of #B595ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595ED

Black with #B595ED

Text Example


Text Example

White with #B595ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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