Html Css Color HEX #B947CF Medium Orchid

📋 copy color: '#B947CF'

red 185 ◦ green 71 ◦ blue 207

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

Shades of Medium Orchid #B947CF

Tints of Medium Orchid #B947CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.71%

R = 39.96%
G = 15.33%
B = 44.71%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B947CF (or 0xB947CF) is known color: Medium Orchid. HEX triplet: B9, 47 and CF. RGB value is (185,71,207). Sum of RGB (Red+Green+Blue) = 185+71+207=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #B947CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B947CF is #46B830. Grayscale: #787878. Windows color (decimal): -4634673 or 13584313. OLE color: 13584313.

HSL color Cylindrical-coordinate representation of color #B947CF: hue angle of 290.29º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B947CF is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 71 207 -
CMYK 0.11 0.66 0 0.19
HSL 290.29º 0.59% 0.55% -
HSV(B) 290.29º 0.66% 0.81% -
XYZ 33.52 19.33 60.99 -
YUV 120.59 176.77 173.94 -
System Red Green Blue C M Y K H S L
Decimal 185 71 207 0.11 0.66 0 0.19 290.29 0.59 0.55
Hex B9 47 CF B 42 0 13 122 3B 37
Octal 271 107 317 13 102 0 23 442 73 67
Binary 10111001 1000111 11001111 1011 1000010 0 10011 100100010 111011 110111

Color Harmonies of #B947CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B947CF

Black with #B947CF

Text Example


Text Example

White with #B947CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B947CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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