Html Css Color HEX #B541EC Medium Orchid

📋 copy color: '#B541EC'

red 181 ◦ green 65 ◦ blue 236

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

Shades of Medium Orchid #B541EC

Tints of Medium Orchid #B541EC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.49%

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

R = 37.55%
G = 13.49%
B = 48.96%

CMYK

 C value IS 0.23

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B541EC (or 0xB541EC) is known color: Medium Orchid. HEX triplet: B5, 41 and EC. RGB value is (181,65,236). Sum of RGB (Red+Green+Blue) = 181+65+236=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 65 (25.78% from 255 or 13.49% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #B541EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B541EC is #4ABE13. Grayscale: #767676. Windows color (decimal): -4898324 or 15483317. OLE color: 15483317.

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

Color convert

RGB 181 65 236 -
CMYK 0.23 0.72 0 0.07
HSL 280.7º 0.82% 0.59% -
HSV(B) 280.7º 0.72% 0.93% -
XYZ 36.09 19.66 81.25 -
YUV 119.18 193.93 172.1 -
System Red Green Blue C M Y K H S L
Decimal 181 65 236 0.23 0.72 0 0.07 280.7 0.82 0.59
Hex B5 41 EC 17 48 0 7 119 52 3B
Octal 265 101 354 27 110 0 7 431 122 73
Binary 10110101 1000001 11101100 10111 1001000 0 111 100011001 1010010 111011

Color Harmonies of #B541EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B541EC

Black with #B541EC

Text Example


Text Example

White with #B541EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B541EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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