Html Css Color HEX #B941DF Medium Orchid

📋 copy color: '#B941DF'

red 185 ◦ green 65 ◦ blue 223

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

Shades of Medium Orchid #B941DF

Tints of Medium Orchid #B941DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.74%

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

R = 39.11%
G = 13.74%
B = 47.15%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B941DF (or 0xB941DF) is known color: Medium Orchid. HEX triplet: B9, 41 and DF. RGB value is (185,65,223). Sum of RGB (Red+Green+Blue) = 185+65+223=473 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.11% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #B941DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B941DF is #46BE20. Grayscale: #767676. Windows color (decimal): -4636193 or 14631353. OLE color: 14631353.

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

Color convert

RGB 185 65 223 -
CMYK 0.17 0.71 0 0.13
HSL 285.57º 0.71% 0.56% -
HSV(B) 285.57º 0.71% 0.87% -
XYZ 35.22 19.42 71.7 -
YUV 118.89 186.76 175.15 -
System Red Green Blue C M Y K H S L
Decimal 185 65 223 0.17 0.71 0 0.13 285.57 0.71 0.56
Hex B9 41 DF 11 47 0 D 11E 47 38
Octal 271 101 337 21 107 0 15 436 107 70
Binary 10111001 1000001 11011111 10001 1000111 0 1101 100011110 1000111 111000

Color Harmonies of #B941DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B941DF

Black with #B941DF

Text Example


Text Example

White with #B941DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B941DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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