Html Css Color HEX #B937DC Medium Orchid

📋 copy color: '#B937DC'

red 185 ◦ green 55 ◦ blue 220

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

Shades of Medium Orchid #B937DC

Tints of Medium Orchid #B937DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 40.22%
G = 11.96%
B = 47.83%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B937DC (or 0xB937DC) is known color: Medium Orchid. HEX triplet: B9, 37 and DC. RGB value is (185,55,220). Sum of RGB (Red+Green+Blue) = 185+55+220=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 55 (21.88% from 255 or 11.96% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #B937DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B937DC is #46C823. Grayscale: #707070. Windows color (decimal): -4638756 or 14432185. OLE color: 14432185.

HSL color Cylindrical-coordinate representation of color #B937DC: hue angle of 287.27º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B937DC is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 55 220 -
CMYK 0.16 0.75 0 0.14
HSL 287.27º 0.7% 0.54% -
HSV(B) 287.27º 0.75% 0.86% -
XYZ 34.29 18.21 69.42 -
YUV 112.68 188.57 179.58 -
System Red Green Blue C M Y K H S L
Decimal 185 55 220 0.16 0.75 0 0.14 287.27 0.7 0.54
Hex B9 37 DC 10 4B 0 E 11F 46 36
Octal 271 67 334 20 113 0 16 437 106 66
Binary 10111001 110111 11011100 10000 1001011 0 1110 100011111 1000110 110110

Color Harmonies of #B937DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B937DC

Black with #B937DC

Text Example


Text Example

White with #B937DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B937DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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