Html Css Color HEX #B947CD Medium Orchid

📋 copy color: '#B947CD'

red 185 ◦ green 71 ◦ blue 205

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

Shades of Medium Orchid #B947CD

Tints of Medium Orchid #B947CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.47%

R = 40.13%
G = 15.4%
B = 44.47%

CMYK

 C value IS 0.10

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B947CD (or 0xB947CD) is known color: Medium Orchid. HEX triplet: B9, 47 and CD. RGB value is (185,71,205). Sum of RGB (Red+Green+Blue) = 185+71+205=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 71 (28.12% from 255 or 15.40% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #B947CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947CD is #46B832. Grayscale: #777777. Windows color (decimal): -4634675 or 13453241. OLE color: 13453241.

HSL color Cylindrical-coordinate representation of color #B947CD: hue angle of 291.04º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B947CD is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 185 71 205 -
CMYK 0.10 0.65 0 0.20
HSL 291.04º 0.57% 0.54% -
HSV(B) 291.04º 0.65% 0.8% -
XYZ 33.28 19.23 59.72 -
YUV 120.36 175.77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 185 71 205 0.10 0.65 0 0.20 291.04 0.57 0.54
Hex B9 47 CD A 41 0 14 123 39 36
Octal 271 107 315 12 101 0 24 443 71 66
Binary 10111001 1000111 11001101 1010 1000001 0 10100 100100011 111001 110110

Color Harmonies of #B947CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947CD

Black with #B947CD

Text Example


Text Example

White with #B947CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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