Html Css Color HEX #B937ED Medium Orchid

📋 copy color: '#B937ED'

red 185 ◦ green 55 ◦ blue 237

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

Shades of Medium Orchid #B937ED

Tints of Medium Orchid #B937ED

RGB

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

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

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

R = 38.78%
G = 11.53%
B = 49.69%

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

#B937ED (or 0xB937ED) is known color: Medium Orchid. HEX triplet: B9, 37 and ED. RGB value is (185,55,237). Sum of RGB (Red+Green+Blue) = 185+55+237=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 55 (21.88% from 255 or 11.53% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #B937ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B937ED is #46C812. Grayscale: #727272. Windows color (decimal): -4638739 or 15546297. OLE color: 15546297.

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

Color convert

RGB 185 55 237 -
CMYK 0.22 0.77 0 0.07
HSL 282.86º 0.83% 0.57% -
HSV(B) 282.86º 0.77% 0.93% -
XYZ 36.66 19.16 81.89 -
YUV 114.62 197.07 178.2 -
System Red Green Blue C M Y K H S L
Decimal 185 55 237 0.22 0.77 0 0.07 282.86 0.83 0.57
Hex B9 37 ED 16 4D 0 7 11B 53 39
Octal 271 67 355 26 115 0 7 433 123 71
Binary 10111001 110111 11101101 10110 1001101 0 111 100011011 1010011 111001

Color Harmonies of #B937ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B937ED

Black with #B937ED

Text Example


Text Example

White with #B937ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B937ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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