Html Css Color HEX #BF2ED1 Medium Orchid

📋 copy color: '#BF2ED1'

red 191 ◦ green 46 ◦ blue 209

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

Shades of Medium Orchid #BF2ED1

Tints of Medium Orchid #BF2ED1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.31%

 BLUE value IS 209 (82.03% from 255) = 46.86%

R = 42.83%
G = 10.31%
B = 46.86%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF2ED1 (or 0xBF2ED1) is known color: Medium Orchid. HEX triplet: BF, 2E and D1. RGB value is (191,46,209). Sum of RGB (Red+Green+Blue) = 191+46+209=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 46 (18.36% from 255 or 10.31% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF2ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2ED1 is #40D12E. Grayscale: #6B6B6B. Windows color (decimal): -4247855 or 13708991. OLE color: 13708991.

HSL color Cylindrical-coordinate representation of color #BF2ED1: hue angle of 293.37º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2ED1 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 46 209 -
CMYK 0.09 0.78 0 0.18
HSL 293.37º 0.64% 0.5% -
HSV(B) 293.37º 0.78% 0.82% -
XYZ 33.97 17.63 61.93 -
YUV 107.94 185.04 187.25 -
System Red Green Blue C M Y K H S L
Decimal 191 46 209 0.09 0.78 0 0.18 293.37 0.64 0.5
Hex BF 2E D1 9 4E 0 12 125 40 32
Octal 277 56 321 11 116 0 22 445 100 62
Binary 10111111 101110 11010001 1001 1001110 0 10010 100100101 1000000 110010

Color Harmonies of #BF2ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2ED1

Black with #BF2ED1

Text Example


Text Example

White with #BF2ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2ED1; }

 p { color: rgb(191,46,209); }

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

background-color css

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

 a { background-color: rgb(191,46,209); }

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

border-color css

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

 span { border-color: rgb(191,46,209); }

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