Html Css Color HEX #B937EB Medium Orchid

📋 copy color: '#B937EB'

red 185 ◦ green 55 ◦ blue 235

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

Shades of Medium Orchid #B937EB

Tints of Medium Orchid #B937EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.47%

R = 38.95%
G = 11.58%
B = 49.47%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B937EB (or 0xB937EB) is known color: Medium Orchid. HEX triplet: B9, 37 and EB. RGB value is (185,55,235). Sum of RGB (Red+Green+Blue) = 185+55+235=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 55 (21.88% from 255 or 11.58% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #B937EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B937EB is #46C814. Grayscale: #717171. Windows color (decimal): -4638741 or 15415225. OLE color: 15415225.

HSL color Cylindrical-coordinate representation of color #B937EB: hue angle of 283.33º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B937EB is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 55 235 -
CMYK 0.21 0.77 0 0.08
HSL 283.33º 0.82% 0.57% -
HSV(B) 283.33º 0.77% 0.92% -
XYZ 36.37 19.04 80.36 -
YUV 114.39 196.07 178.36 -
System Red Green Blue C M Y K H S L
Decimal 185 55 235 0.21 0.77 0 0.08 283.33 0.82 0.57
Hex B9 37 EB 15 4D 0 8 11B 52 39
Octal 271 67 353 25 115 0 10 433 122 71
Binary 10111001 110111 11101011 10101 1001101 0 1000 100011011 1010010 111001

Color Harmonies of #B937EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B937EB

Black with #B937EB

Text Example


Text Example

White with #B937EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B937EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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