Html Css Color HEX #B947DD Medium Orchid

📋 copy color: '#B947DD'

red 185 ◦ green 71 ◦ blue 221

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

Shades of Medium Orchid #B947DD

Tints of Medium Orchid #B947DD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.88%

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

R = 38.78%
G = 14.88%
B = 46.33%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B947DD (or 0xB947DD) is known color: Medium Orchid. HEX triplet: B9, 47 and DD. RGB value is (185,71,221). Sum of RGB (Red+Green+Blue) = 185+71+221=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 71 (28.12% from 255 or 14.88% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #B947DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947DD is #46B822. Grayscale: #797979. Windows color (decimal): -4634659 or 14501817. OLE color: 14501817.

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

Color convert

RGB 185 71 221 -
CMYK 0.16 0.68 0 0.13
HSL 285.6º 0.69% 0.57% -
HSV(B) 285.6º 0.68% 0.87% -
XYZ 35.31 20.04 70.41 -
YUV 122.19 183.77 172.8 -
System Red Green Blue C M Y K H S L
Decimal 185 71 221 0.16 0.68 0 0.13 285.6 0.69 0.57
Hex B9 47 DD 10 44 0 D 11E 45 39
Octal 271 107 335 20 104 0 15 436 105 71
Binary 10111001 1000111 11011101 10000 1000100 0 1101 100011110 1000101 111001

Color Harmonies of #B947DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947DD

Black with #B947DD

Text Example


Text Example

White with #B947DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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