Html Css Color HEX #B595E5 Biloba Flower

📋 copy color: '#B595E5'

red 181 ◦ green 149 ◦ blue 229

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

Shades of Biloba Flower #B595E5

Tints of Biloba Flower #B595E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 40.97%

R = 32.38%
G = 26.65%
B = 40.97%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B595E5 (or 0xB595E5) is known color: Biloba Flower. HEX triplet: B5, 95 and E5. RGB value is (181,149,229). Sum of RGB (Red+Green+Blue) = 181+149+229=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 149 (58.59% from 255 or 26.65% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #B595E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595E5 is #4A6A1A. Grayscale: #A7A7A7. Windows color (decimal): -4876827 or 15046069. OLE color: 15046069.

HSL color Cylindrical-coordinate representation of color #B595E5: hue angle of 264º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B595E5 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 181 149 229 -
CMYK 0.21 0.35 0 0.10
HSL 264º 0.61% 0.74% -
HSV(B) 264º 0.35% 0.9% -
XYZ 43.95 36.98 78.95 -
YUV 167.69 162.6 137.5 -
System Red Green Blue C M Y K H S L
Decimal 181 149 229 0.21 0.35 0 0.10 264 0.61 0.74
Hex B5 95 E5 15 23 0 A 108 3D 4A
Octal 265 225 345 25 43 0 12 410 75 112
Binary 10110101 10010101 11100101 10101 100011 0 1010 100001000 111101 1001010

Color Harmonies of #B595E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595E5

Black with #B595E5

Text Example


Text Example

White with #B595E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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