Html Css Color HEX #B936ED Medium Orchid

📋 copy color: '#B936ED'

red 185 ◦ green 54 ◦ blue 237

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

Shades of Medium Orchid #B936ED

Tints of Medium Orchid #B936ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.79%

R = 38.87%
G = 11.34%
B = 49.79%

CMYK

 C value IS 0.22

 M value IS 0.77

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B936ED (or 0xB936ED) is known color: Medium Orchid. HEX triplet: B9, 36 and ED. RGB value is (185,54,237). Sum of RGB (Red+Green+Blue) = 185+54+237=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 54 (21.48% from 255 or 11.34% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #B936ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B936ED is #46C912. Grayscale: #717171. Windows color (decimal): -4638995 or 15546041. OLE color: 15546041.

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

Color convert

RGB 185 54 237 -
CMYK 0.22 0.77 0 0.07
HSL 282.95º 0.84% 0.57% -
HSV(B) 282.95º 0.77% 0.93% -
XYZ 36.61 19.07 81.87 -
YUV 114.03 197.4 178.62 -
System Red Green Blue C M Y K H S L
Decimal 185 54 237 0.22 0.77 0 0.07 282.95 0.84 0.57
Hex B9 36 ED 16 4D 0 7 11B 54 39
Octal 271 66 355 26 115 0 7 433 124 71
Binary 10111001 110110 11101101 10110 1001101 0 111 100011011 1010100 111001

Color Harmonies of #B936ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B936ED

Black with #B936ED

Text Example


Text Example

White with #B936ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B936ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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