Html Css Color HEX #B937D8 Medium Orchid

📋 copy color: '#B937D8'

red 185 ◦ green 55 ◦ blue 216

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

Shades of Medium Orchid #B937D8

Tints of Medium Orchid #B937D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.37%

R = 40.57%
G = 12.06%
B = 47.37%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B937D8 (or 0xB937D8) is known color: Medium Orchid. HEX triplet: B9, 37 and D8. RGB value is (185,55,216). Sum of RGB (Red+Green+Blue) = 185+55+216=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 55 (21.88% from 255 or 12.06% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #B937D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B937D8 is #46C827. Grayscale: #6F6F6F. Windows color (decimal): -4638760 or 14170041. OLE color: 14170041.

HSL color Cylindrical-coordinate representation of color #B937D8: hue angle of 288.45º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B937D8 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 55 216 -
CMYK 0.14 0.75 0 0.15
HSL 288.45º 0.67% 0.53% -
HSV(B) 288.45º 0.75% 0.85% -
XYZ 33.77 18 66.66 -
YUV 112.22 186.57 179.91 -
System Red Green Blue C M Y K H S L
Decimal 185 55 216 0.14 0.75 0 0.15 288.45 0.67 0.53
Hex B9 37 D8 E 4B 0 F 120 43 35
Octal 271 67 330 16 113 0 17 440 103 65
Binary 10111001 110111 11011000 1110 1001011 0 1111 100100000 1000011 110101

Color Harmonies of #B937D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B937D8

Black with #B937D8

Text Example


Text Example

White with #B937D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B937D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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