Html Css Color HEX #B941DC Medium Orchid

📋 copy color: '#B941DC'

red 185 ◦ green 65 ◦ blue 220

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

Shades of Medium Orchid #B941DC

Tints of Medium Orchid #B941DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 39.36%
G = 13.83%
B = 46.81%

CMYK

 C value IS 0.16

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B941DC (or 0xB941DC) is known color: Medium Orchid. HEX triplet: B9, 41 and DC. RGB value is (185,65,220). Sum of RGB (Red+Green+Blue) = 185+65+220=470 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.36% from 470); Green value is 65 (25.78% from 255 or 13.83% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #B941DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B941DC is #46BE23. Grayscale: #767676. Windows color (decimal): -4636196 or 14434745. OLE color: 14434745.

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

Color convert

RGB 185 65 220 -
CMYK 0.16 0.70 0 0.14
HSL 286.45º 0.69% 0.56% -
HSV(B) 286.45º 0.7% 0.86% -
XYZ 34.82 19.26 69.59 -
YUV 118.55 185.26 175.4 -
System Red Green Blue C M Y K H S L
Decimal 185 65 220 0.16 0.70 0 0.14 286.45 0.69 0.56
Hex B9 41 DC 10 46 0 E 11E 45 38
Octal 271 101 334 20 106 0 16 436 105 70
Binary 10111001 1000001 11011100 10000 1000110 0 1110 100011110 1000101 111000

Color Harmonies of #B941DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B941DC

Black with #B941DC

Text Example


Text Example

White with #B941DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B941DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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