Html Css Color HEX #B536EF Medium Orchid

📋 copy color: '#B536EF'

red 181 ◦ green 54 ◦ blue 239

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

Shades of Medium Orchid #B536EF

Tints of Medium Orchid #B536EF

RGB

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

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

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

R = 38.19%
G = 11.39%
B = 50.42%

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

#B536EF (or 0xB536EF) is known color: Medium Orchid. HEX triplet: B5, 36 and EF. RGB value is (181,54,239). Sum of RGB (Red+Green+Blue) = 181+54+239=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 54 (21.48% from 255 or 11.39% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #B536EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B536EF is #4AC910. Grayscale: #707070. Windows color (decimal): -4901137 or 15677109. OLE color: 15677109.

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

Color convert

RGB 181 54 239 -
CMYK 0.24 0.77 0 0.06
HSL 281.19º 0.85% 0.57% -
HSV(B) 281.19º 0.77% 0.94% -
XYZ 35.96 18.69 83.37 -
YUV 113.06 199.08 176.46 -
System Red Green Blue C M Y K H S L
Decimal 181 54 239 0.24 0.77 0 0.06 281.19 0.85 0.57
Hex B5 36 EF 18 4D 0 6 119 55 39
Octal 265 66 357 30 115 0 6 431 125 71
Binary 10110101 110110 11101111 11000 1001101 0 110 100011001 1010101 111001

Color Harmonies of #B536EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B536EF

Black with #B536EF

Text Example


Text Example

White with #B536EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B536EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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