Html Css Color HEX #B540EC Medium Orchid

📋 copy color: '#B540EC'

red 181 ◦ green 64 ◦ blue 236

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

Shades of Medium Orchid #B540EC

Tints of Medium Orchid #B540EC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.31%

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

R = 37.63%
G = 13.31%
B = 49.06%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B540EC (or 0xB540EC) is known color: Medium Orchid. HEX triplet: B5, 40 and EC. RGB value is (181,64,236). Sum of RGB (Red+Green+Blue) = 181+64+236=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #B540EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B540EC is #4ABF13. Grayscale: #767676. Windows color (decimal): -4898580 or 15483061. OLE color: 15483061.

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

Color convert

RGB 181 64 236 -
CMYK 0.23 0.73 0 0.07
HSL 280.81º 0.82% 0.59% -
HSV(B) 280.81º 0.73% 0.93% -
XYZ 36.03 19.55 81.23 -
YUV 118.59 194.26 172.51 -
System Red Green Blue C M Y K H S L
Decimal 181 64 236 0.23 0.73 0 0.07 280.81 0.82 0.59
Hex B5 40 EC 17 49 0 7 119 52 3B
Octal 265 100 354 27 111 0 7 431 122 73
Binary 10110101 1000000 11101100 10111 1001001 0 111 100011001 1010010 111011

Color Harmonies of #B540EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B540EC

Black with #B540EC

Text Example


Text Example

White with #B540EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B540EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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