Html Css Color HEX #BF47EC Medium Orchid

📋 copy color: '#BF47EC'

red 191 ◦ green 71 ◦ blue 236

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

Shades of Medium Orchid #BF47EC

Tints of Medium Orchid #BF47EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 47.39%

R = 38.35%
G = 14.26%
B = 47.39%

CMYK

 C value IS 0.19

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF47EC (or 0xBF47EC) is known color: Medium Orchid. HEX triplet: BF, 47 and EC. RGB value is (191,71,236). Sum of RGB (Red+Green+Blue) = 191+71+236=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 71 (28.12% from 255 or 14.26% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF47EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF47EC is #40B813. Grayscale: #7D7D7D. Windows color (decimal): -4241428 or 15484863. OLE color: 15484863.

HSL color Cylindrical-coordinate representation of color #BF47EC: hue angle of 283.64º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF47EC is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 71 236 -
CMYK 0.19 0.70 0 0.07
HSL 283.64º 0.81% 0.6% -
HSV(B) 283.64º 0.7% 0.93% -
XYZ 38.88 21.64 81.48 -
YUV 125.69 190.26 174.58 -
System Red Green Blue C M Y K H S L
Decimal 191 71 236 0.19 0.70 0 0.07 283.64 0.81 0.6
Hex BF 47 EC 13 46 0 7 11C 51 3C
Octal 277 107 354 23 106 0 7 434 121 74
Binary 10111111 1000111 11101100 10011 1000110 0 111 100011100 1010001 111100

Color Harmonies of #BF47EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF47EC

Black with #BF47EC

Text Example


Text Example

White with #BF47EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF47EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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