Html Css Color HEX #B947DF Medium Orchid

📋 copy color: '#B947DF'

red 185 ◦ green 71 ◦ blue 223

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

Shades of Medium Orchid #B947DF

Tints of Medium Orchid #B947DF

RGB

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

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

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

R = 38.62%
G = 14.82%
B = 46.56%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B947DF (or 0xB947DF) is known color: Medium Orchid. HEX triplet: B9, 47 and DF. RGB value is (185,71,223). Sum of RGB (Red+Green+Blue) = 185+71+223=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 71 (28.12% from 255 or 14.82% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #B947DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947DF is #46B820. Grayscale: #797979. Windows color (decimal): -4634657 or 14632889. OLE color: 14632889.

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

Color convert

RGB 185 71 223 -
CMYK 0.17 0.68 0 0.13
HSL 285º 0.7% 0.58% -
HSV(B) 285º 0.68% 0.87% -
XYZ 35.58 20.15 71.83 -
YUV 122.41 184.77 172.64 -
System Red Green Blue C M Y K H S L
Decimal 185 71 223 0.17 0.68 0 0.13 285 0.7 0.58
Hex B9 47 DF 11 44 0 D 11D 46 3A
Octal 271 107 337 21 104 0 15 435 106 72
Binary 10111001 1000111 11011111 10001 1000100 0 1101 100011101 1000110 111010

Color Harmonies of #B947DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947DF

Black with #B947DF

Text Example


Text Example

White with #B947DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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