Html Css Color HEX #B937DB Medium Orchid

📋 copy color: '#B937DB'

red 185 ◦ green 55 ◦ blue 219

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

Shades of Medium Orchid #B937DB

Tints of Medium Orchid #B937DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 40.31%
G = 11.98%
B = 47.71%

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

#B937DB (or 0xB937DB) is known color: Medium Orchid. HEX triplet: B9, 37 and DB. RGB value is (185,55,219). Sum of RGB (Red+Green+Blue) = 185+55+219=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 55 (21.88% from 255 or 11.98% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #B937DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B937DB is #46C824. Grayscale: #707070. Windows color (decimal): -4638757 or 14366649. OLE color: 14366649.

HSL color Cylindrical-coordinate representation of color #B937DB: hue angle of 287.56º degrees, saturation: 0.69, 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 #B937DB is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 55 219 -
CMYK 0.16 0.75 0 0.14
HSL 287.56º 0.69% 0.54% -
HSV(B) 287.56º 0.75% 0.86% -
XYZ 34.16 18.16 68.72 -
YUV 112.57 188.07 179.66 -
System Red Green Blue C M Y K H S L
Decimal 185 55 219 0.16 0.75 0 0.14 287.56 0.69 0.54
Hex B9 37 DB 10 4B 0 E 120 45 36
Octal 271 67 333 20 113 0 16 440 105 66
Binary 10111001 110111 11011011 10000 1001011 0 1110 100100000 1000101 110110

Color Harmonies of #B937DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B937DB

Black with #B937DB

Text Example


Text Example

White with #B937DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B937DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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