Html Css Color HEX #BF47CF Medium Orchid

📋 copy color: '#BF47CF'

red 191 ◦ green 71 ◦ blue 207

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

Shades of Medium Orchid #BF47CF

Tints of Medium Orchid #BF47CF

RGB

 RED value IS 191 (75% from 255) = 40.72%

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

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

R = 40.72%
G = 15.14%
B = 44.14%

CMYK

 C value IS 0.08

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF47CF (or 0xBF47CF) is known color: Medium Orchid. HEX triplet: BF, 47 and CF. RGB value is (191,71,207). Sum of RGB (Red+Green+Blue) = 191+71+207=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF47CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF47CF is #40B830. Grayscale: #797979. Windows color (decimal): -4241457 or 13584319. OLE color: 13584319.

HSL color Cylindrical-coordinate representation of color #BF47CF: hue angle of 292.94º 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 #BF47CF is Cyan = 0.08, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 71 207 -
CMYK 0.08 0.66 0 0.19
HSL 292.94º 0.59% 0.55% -
HSV(B) 292.94º 0.66% 0.81% -
XYZ 35 20.09 61.06 -
YUV 122.38 175.76 176.94 -
System Red Green Blue C M Y K H S L
Decimal 191 71 207 0.08 0.66 0 0.19 292.94 0.59 0.55
Hex BF 47 CF 8 42 0 13 125 3B 37
Octal 277 107 317 10 102 0 23 445 73 67
Binary 10111111 1000111 11001111 1000 1000010 0 10011 100100101 111011 110111

Color Harmonies of #BF47CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF47CF

Black with #BF47CF

Text Example


Text Example

White with #BF47CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF47CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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