Html Css Color HEX #B595E3 Biloba Flower

📋 copy color: '#B595E3'

red 181 ◦ green 149 ◦ blue 227

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

Shades of Biloba Flower #B595E3

Tints of Biloba Flower #B595E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.75%

R = 32.5%
G = 26.75%
B = 40.75%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B595E3 (or 0xB595E3) is known color: Biloba Flower. HEX triplet: B5, 95 and E3. RGB value is (181,149,227). Sum of RGB (Red+Green+Blue) = 181+149+227=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 227 - color contains mainly: blue. Hex color #B595E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595E3 is #4A6A1C. Grayscale: #A7A7A7. Windows color (decimal): -4876829 or 14914997. OLE color: 14914997.

HSL color Cylindrical-coordinate representation of color #B595E3: hue angle of 264.62º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B595E3 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 181 149 227 -
CMYK 0.20 0.34 0 0.11
HSL 264.62º 0.58% 0.74% -
HSV(B) 264.62º 0.34% 0.89% -
XYZ 43.67 36.86 77.49 -
YUV 167.46 161.6 137.66 -
System Red Green Blue C M Y K H S L
Decimal 181 149 227 0.20 0.34 0 0.11 264.62 0.58 0.74
Hex B5 95 E3 14 22 0 B 109 3A 4A
Octal 265 225 343 24 42 0 13 411 72 112
Binary 10110101 10010101 11100011 10100 100010 0 1011 100001001 111010 1001010

Color Harmonies of #B595E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595E3

Black with #B595E3

Text Example


Text Example

White with #B595E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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