Html Css Color HEX #B944DF Medium Orchid

📋 copy color: '#B944DF'

red 185 ◦ green 68 ◦ blue 223

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

Shades of Medium Orchid #B944DF

Tints of Medium Orchid #B944DF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.29%

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

R = 38.87%
G = 14.29%
B = 46.85%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B944DF (or 0xB944DF) is known color: Medium Orchid. HEX triplet: B9, 44 and DF. RGB value is (185,68,223). Sum of RGB (Red+Green+Blue) = 185+68+223=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 68 (26.95% from 255 or 14.29% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #B944DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B944DF is #46BB20. Grayscale: #787878. Windows color (decimal): -4635425 or 14632121. OLE color: 14632121.

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

Color convert

RGB 185 68 223 -
CMYK 0.17 0.70 0 0.13
HSL 285.29º 0.71% 0.57% -
HSV(B) 285.29º 0.7% 0.87% -
XYZ 35.39 19.78 71.76 -
YUV 120.65 185.76 173.9 -
System Red Green Blue C M Y K H S L
Decimal 185 68 223 0.17 0.70 0 0.13 285.29 0.71 0.57
Hex B9 44 DF 11 46 0 D 11D 47 39
Octal 271 104 337 21 106 0 15 435 107 71
Binary 10111001 1000100 11011111 10001 1000110 0 1101 100011101 1000111 111001

Color Harmonies of #B944DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B944DF

Black with #B944DF

Text Example


Text Example

White with #B944DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B944DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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