Html Css Color HEX #B595E8 Biloba Flower

📋 copy color: '#B595E8'

red 181 ◦ green 149 ◦ blue 232

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

Shades of Biloba Flower #B595E8

Tints of Biloba Flower #B595E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.28%

R = 32.21%
G = 26.51%
B = 41.28%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B595E8 (or 0xB595E8) is known color: Biloba Flower. HEX triplet: B5, 95 and E8. RGB value is (181,149,232). Sum of RGB (Red+Green+Blue) = 181+149+232=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #B595E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B595E8 is #4A6A17. Grayscale: #A7A7A7. Windows color (decimal): -4876824 or 15242677. OLE color: 15242677.

HSL color Cylindrical-coordinate representation of color #B595E8: hue angle of 263.13º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B595E8 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 149 232 -
CMYK 0.22 0.36 0 0.09
HSL 263.13º 0.64% 0.75% -
HSV(B) 263.13º 0.36% 0.91% -
XYZ 44.37 37.14 81.18 -
YUV 168.03 164.1 137.25 -
System Red Green Blue C M Y K H S L
Decimal 181 149 232 0.22 0.36 0 0.09 263.13 0.64 0.75
Hex B5 95 E8 16 24 0 9 107 40 4B
Octal 265 225 350 26 44 0 11 407 100 113
Binary 10110101 10010101 11101000 10110 100100 0 1001 100000111 1000000 1001011

Color Harmonies of #B595E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595E8

Black with #B595E8

Text Example


Text Example

White with #B595E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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