Html Css Color HEX #B937CF Medium Orchid

📋 copy color: '#B937CF'

red 185 ◦ green 55 ◦ blue 207

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

Shades of Medium Orchid #B937CF

Tints of Medium Orchid #B937CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 41.39%
G = 12.3%
B = 46.31%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B937CF (or 0xB937CF) is known color: Medium Orchid. HEX triplet: B9, 37 and CF. RGB value is (185,55,207). Sum of RGB (Red+Green+Blue) = 185+55+207=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #B937CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B937CF is #46C830. Grayscale: #6E6E6E. Windows color (decimal): -4638769 or 13580217. OLE color: 13580217.

HSL color Cylindrical-coordinate representation of color #B937CF: hue angle of 291.32º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B937CF is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 55 207 -
CMYK 0.11 0.73 0 0.19
HSL 291.32º 0.61% 0.51% -
HSV(B) 291.32º 0.73% 0.81% -
XYZ 32.64 17.55 60.7 -
YUV 111.2 182.07 180.64 -
System Red Green Blue C M Y K H S L
Decimal 185 55 207 0.11 0.73 0 0.19 291.32 0.61 0.51
Hex B9 37 CF B 49 0 13 123 3D 33
Octal 271 67 317 13 111 0 23 443 75 63
Binary 10111001 110111 11001111 1011 1001001 0 10011 100100011 111101 110011

Color Harmonies of #B937CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B937CF

Black with #B937CF

Text Example


Text Example

White with #B937CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B937CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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