Html Css Color HEX #B595EC Biloba Flower

📋 copy color: '#B595EC'

red 181 ◦ green 149 ◦ blue 236

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

Shades of Biloba Flower #B595EC

Tints of Biloba Flower #B595EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.7%

R = 31.98%
G = 26.33%
B = 41.7%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B595EC (or 0xB595EC) is known color: Biloba Flower. HEX triplet: B5, 95 and EC. RGB value is (181,149,236). Sum of RGB (Red+Green+Blue) = 181+149+236=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 149 (58.59% from 255 or 26.33% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #B595EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B595EC is #4A6A13. Grayscale: #A8A8A8. Windows color (decimal): -4876820 or 15504821. OLE color: 15504821.

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

Color convert

RGB 181 149 236 -
CMYK 0.23 0.37 0 0.07
HSL 262.07º 0.7% 0.75% -
HSV(B) 262.07º 0.37% 0.93% -
XYZ 44.94 37.37 84.2 -
YUV 168.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 181 149 236 0.23 0.37 0 0.07 262.07 0.7 0.75
Hex B5 95 EC 17 25 0 7 106 46 4B
Octal 265 225 354 27 45 0 7 406 106 113
Binary 10110101 10010101 11101100 10111 100101 0 111 100000110 1000110 1001011

Color Harmonies of #B595EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595EC

Black with #B595EC

Text Example


Text Example

White with #B595EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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