Html Css Color HEX #B936EF Medium Orchid

📋 copy color: '#B936EF'

red 185 ◦ green 54 ◦ blue 239

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

Shades of Medium Orchid #B936EF

Tints of Medium Orchid #B936EF

RGB

 RED value IS 185 (72.66% from 255) = 38.7%

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

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

R = 38.7%
G = 11.3%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B936EF (or 0xB936EF) is known color: Medium Orchid. HEX triplet: B9, 36 and EF. RGB value is (185,54,239). Sum of RGB (Red+Green+Blue) = 185+54+239=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #B936EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B936EF is #46C910. Grayscale: #717171. Windows color (decimal): -4638993 or 15677113. OLE color: 15677113.

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

Color convert

RGB 185 54 239 -
CMYK 0.23 0.77 0 0.06
HSL 282.49º 0.85% 0.57% -
HSV(B) 282.49º 0.77% 0.94% -
XYZ 36.91 19.18 83.42 -
YUV 114.26 198.4 178.46 -
System Red Green Blue C M Y K H S L
Decimal 185 54 239 0.23 0.77 0 0.06 282.49 0.85 0.57
Hex B9 36 EF 17 4D 0 6 11A 55 39
Octal 271 66 357 27 115 0 6 432 125 71
Binary 10111001 110110 11101111 10111 1001101 0 110 100011010 1010101 111001

Color Harmonies of #B936EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B936EF

Black with #B936EF

Text Example


Text Example

White with #B936EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B936EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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