Html Css Color HEX #B536EE Medium Orchid

📋 copy color: '#B536EE'

red 181 ◦ green 54 ◦ blue 238

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

Shades of Medium Orchid #B536EE

Tints of Medium Orchid #B536EE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.42%

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

R = 38.27%
G = 11.42%
B = 50.32%

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

#B536EE (or 0xB536EE) is known color: Medium Orchid. HEX triplet: B5, 36 and EE. RGB value is (181,54,238). Sum of RGB (Red+Green+Blue) = 181+54+238=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #B536EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B536EE is #4AC911. Grayscale: #707070. Windows color (decimal): -4901138 or 15611573. OLE color: 15611573.

HSL color Cylindrical-coordinate representation of color #B536EE: hue angle of 281.41º 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 #B536EE is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 54 238 -
CMYK 0.24 0.77 0 0.07
HSL 281.41º 0.84% 0.57% -
HSV(B) 281.41º 0.77% 0.93% -
XYZ 35.81 18.64 82.6 -
YUV 112.95 198.58 176.54 -
System Red Green Blue C M Y K H S L
Decimal 181 54 238 0.24 0.77 0 0.07 281.41 0.84 0.57
Hex B5 36 EE 18 4D 0 7 119 54 39
Octal 265 66 356 30 115 0 7 431 124 71
Binary 10110101 110110 11101110 11000 1001101 0 111 100011001 1010100 111001

Color Harmonies of #B536EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B536EE

Black with #B536EE

Text Example


Text Example

White with #B536EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B536EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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