Html Css Color HEX #B931DB Medium Orchid

📋 copy color: '#B931DB'

red 185 ◦ green 49 ◦ blue 219

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

Shades of Medium Orchid #B931DB

Tints of Medium Orchid #B931DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.82%

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

R = 40.84%
G = 10.82%
B = 48.34%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B931DB (or 0xB931DB) is known color: Medium Orchid. HEX triplet: B9, 31 and DB. RGB value is (185,49,219). Sum of RGB (Red+Green+Blue) = 185+49+219=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #B931DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931DB is #46CE24. Grayscale: #6C6C6C. Windows color (decimal): -4640293 or 14365113. OLE color: 14365113.

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

Color convert

RGB 185 49 219 -
CMYK 0.16 0.78 0 0.14
HSL 288º 0.7% 0.53% -
HSV(B) 288º 0.78% 0.86% -
XYZ 33.89 17.63 68.63 -
YUV 109.04 190.06 182.18 -
System Red Green Blue C M Y K H S L
Decimal 185 49 219 0.16 0.78 0 0.14 288 0.7 0.53
Hex B9 31 DB 10 4E 0 E 120 46 35
Octal 271 61 333 20 116 0 16 440 106 65
Binary 10111001 110001 11011011 10000 1001110 0 1110 100100000 1000110 110101

Color Harmonies of #B931DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B931DB

Black with #B931DB

Text Example


Text Example

White with #B931DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B931DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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