Html Css Color HEX #B537EF Medium Orchid

📋 copy color: '#B537EF'

red 181 ◦ green 55 ◦ blue 239

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

Shades of Medium Orchid #B537EF

Tints of Medium Orchid #B537EF

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.58%

 BLUE value IS 239 (93.75% from 255) = 50.32%

R = 38.11%
G = 11.58%
B = 50.32%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B537EF (or 0xB537EF) is known color: Medium Orchid. HEX triplet: B5, 37 and EF. RGB value is (181,55,239). Sum of RGB (Red+Green+Blue) = 181+55+239=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 55 (21.88% from 255 or 11.58% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #B537EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B537EF is #4AC810. Grayscale: #717171. Windows color (decimal): -4900881 or 15677365. OLE color: 15677365.

HSL color Cylindrical-coordinate representation of color #B537EF: hue angle of 281.09º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B537EF is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 55 239 -
CMYK 0.24 0.77 0 0.06
HSL 281.09º 0.85% 0.58% -
HSV(B) 281.09º 0.77% 0.94% -
XYZ 36 18.79 83.39 -
YUV 113.65 198.74 176.04 -
System Red Green Blue C M Y K H S L
Decimal 181 55 239 0.24 0.77 0 0.06 281.09 0.85 0.58
Hex B5 37 EF 18 4D 0 6 119 55 3A
Octal 265 67 357 30 115 0 6 431 125 72
Binary 10110101 110111 11101111 11000 1001101 0 110 100011001 1010101 111010

Color Harmonies of #B537EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B537EF

Black with #B537EF

Text Example


Text Example

White with #B537EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B537EF; }

 p { color: rgb(181,55,239); }

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

background-color css

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

 a { background-color: rgb(181,55,239); }

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

border-color css

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

 span { border-color: rgb(181,55,239); }

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