Html Css Color HEX #B931DF Medium Orchid

📋 copy color: '#B931DF'

red 185 ◦ green 49 ◦ blue 223

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

Shades of Medium Orchid #B931DF

Tints of Medium Orchid #B931DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 40.48%
G = 10.72%
B = 48.8%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B931DF (or 0xB931DF) is known color: Medium Orchid. HEX triplet: B9, 31 and DF. RGB value is (185,49,223). Sum of RGB (Red+Green+Blue) = 185+49+223=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #B931DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B931DF is #46CE20. Grayscale: #6C6C6C. Windows color (decimal): -4640289 or 14627257. OLE color: 14627257.

HSL color Cylindrical-coordinate representation of color #B931DF: hue angle of 286.9º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B931DF is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 49 223 -
CMYK 0.17 0.78 0 0.13
HSL 286.9º 0.73% 0.53% -
HSV(B) 286.9º 0.78% 0.87% -
XYZ 34.43 17.84 71.44 -
YUV 109.5 192.06 181.85 -
System Red Green Blue C M Y K H S L
Decimal 185 49 223 0.17 0.78 0 0.13 286.9 0.73 0.53
Hex B9 31 DF 11 4E 0 D 11F 49 35
Octal 271 61 337 21 116 0 15 437 111 65
Binary 10111001 110001 11011111 10001 1001110 0 1101 100011111 1001001 110101

Color Harmonies of #B931DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B931DF

Black with #B931DF

Text Example


Text Example

White with #B931DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B931DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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