Html Css Color HEX #B937CC Medium Orchid

📋 copy color: '#B937CC'

red 185 ◦ green 55 ◦ blue 204

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

Shades of Medium Orchid #B937CC

Tints of Medium Orchid #B937CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 41.67%
G = 12.39%
B = 45.95%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B937CC (or 0xB937CC) is known color: Medium Orchid. HEX triplet: B9, 37 and CC. RGB value is (185,55,204). Sum of RGB (Red+Green+Blue) = 185+55+204=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 55 (21.88% from 255 or 12.39% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #B937CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B937CC is #46C833. Grayscale: #6E6E6E. Windows color (decimal): -4638772 or 13383609. OLE color: 13383609.

HSL color Cylindrical-coordinate representation of color #B937CC: hue angle of 292.35º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B937CC is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 55 204 -
CMYK 0.09 0.73 0 0.2
HSL 292.35º 0.59% 0.51% -
HSV(B) 292.35º 0.73% 0.8% -
XYZ 32.27 17.41 58.79 -
YUV 110.86 180.57 180.88 -
System Red Green Blue C M Y K H S L
Decimal 185 55 204 0.09 0.73 0 0.2 292.35 0.59 0.51
Hex B9 37 CC 9 49 0 14 124 3B 33
Octal 271 67 314 11 111 0 24 444 73 63
Binary 10111001 110111 11001100 1001 1001001 0 10100 100100100 111011 110011

Color Harmonies of #B937CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B937CC

Black with #B937CC

Text Example


Text Example

White with #B937CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B937CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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