Html Css Color HEX #BF2ED4 Medium Orchid

📋 copy color: '#BF2ED4'

red 191 ◦ green 46 ◦ blue 212

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

Shades of Medium Orchid #BF2ED4

Tints of Medium Orchid #BF2ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 47.22%

R = 42.54%
G = 10.24%
B = 47.22%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BF2ED4 (or 0xBF2ED4) is known color: Medium Orchid. HEX triplet: BF, 2E and D4. RGB value is (191,46,212). Sum of RGB (Red+Green+Blue) = 191+46+212=449 (59% of max value = 765). Red value is 191 (75% from 255 or 42.54% from 449); Green value is 46 (18.36% from 255 or 10.24% from 449); Blue value is 212 (83.20% from 255 or 47.22% from 449); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF2ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF2ED4 is #40D12B. Grayscale: #6B6B6B. Windows color (decimal): -4247852 or 13905599. OLE color: 13905599.

HSL color Cylindrical-coordinate representation of color #BF2ED4: hue angle of 292.41º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2ED4 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 46 212 -
CMYK 0.10 0.78 0 0.17
HSL 292.41º 0.66% 0.51% -
HSV(B) 292.41º 0.78% 0.83% -
XYZ 34.35 17.78 63.91 -
YUV 108.28 186.54 187 -
System Red Green Blue C M Y K H S L
Decimal 191 46 212 0.10 0.78 0 0.17 292.41 0.66 0.51
Hex BF 2E D4 A 4E 0 11 124 42 33
Octal 277 56 324 12 116 0 21 444 102 63
Binary 10111111 101110 11010100 1010 1001110 0 10001 100100100 1000010 110011

Color Harmonies of #BF2ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2ED4

Black with #BF2ED4

Text Example


Text Example

White with #BF2ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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