Html Css Color HEX #B944DD Medium Orchid

📋 copy color: '#B944DD'

red 185 ◦ green 68 ◦ blue 221

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

Shades of Medium Orchid #B944DD

Tints of Medium Orchid #B944DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 39.03%
G = 14.35%
B = 46.62%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B944DD (or 0xB944DD) is known color: Medium Orchid. HEX triplet: B9, 44 and DD. RGB value is (185,68,221). Sum of RGB (Red+Green+Blue) = 185+68+221=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 68 (26.95% from 255 or 14.35% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #B944DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B944DD is #46BB22. Grayscale: #777777. Windows color (decimal): -4635427 or 14501049. OLE color: 14501049.

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

Color convert

RGB 185 68 221 -
CMYK 0.16 0.69 0 0.13
HSL 285.88º 0.69% 0.57% -
HSV(B) 285.88º 0.69% 0.87% -
XYZ 35.13 19.67 70.35 -
YUV 120.43 184.76 174.06 -
System Red Green Blue C M Y K H S L
Decimal 185 68 221 0.16 0.69 0 0.13 285.88 0.69 0.57
Hex B9 44 DD 10 45 0 D 11E 45 39
Octal 271 104 335 20 105 0 15 436 105 71
Binary 10111001 1000100 11011101 10000 1000101 0 1101 100011110 1000101 111001

Color Harmonies of #B944DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B944DD

Black with #B944DD

Text Example


Text Example

White with #B944DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B944DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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