Html Css Color HEX #B537EE Medium Orchid

📋 copy color: '#B537EE'

red 181 ◦ green 55 ◦ blue 238

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

Shades of Medium Orchid #B537EE

Tints of Medium Orchid #B537EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.21%

R = 38.19%
G = 11.6%
B = 50.21%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B537EE (or 0xB537EE) is known color: Medium Orchid. HEX triplet: B5, 37 and EE. RGB value is (181,55,238). Sum of RGB (Red+Green+Blue) = 181+55+238=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 55 (21.88% from 255 or 11.60% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #B537EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B537EE is #4AC811. Grayscale: #707070. Windows color (decimal): -4900882 or 15611829. OLE color: 15611829.

HSL color Cylindrical-coordinate representation of color #B537EE: hue angle of 281.31º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B537EE is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 55 238 -
CMYK 0.24 0.77 0 0.07
HSL 281.31º 0.84% 0.57% -
HSV(B) 281.31º 0.77% 0.93% -
XYZ 35.85 18.73 82.61 -
YUV 113.54 198.24 176.12 -
System Red Green Blue C M Y K H S L
Decimal 181 55 238 0.24 0.77 0 0.07 281.31 0.84 0.57
Hex B5 37 EE 18 4D 0 7 119 54 39
Octal 265 67 356 30 115 0 7 431 124 71
Binary 10110101 110111 11101110 11000 1001101 0 111 100011001 1010100 111001

Color Harmonies of #B537EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B537EE

Black with #B537EE

Text Example


Text Example

White with #B537EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B537EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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