Html Css Color HEX #BF4EDC Medium Orchid

📋 copy color: '#BF4EDC'

red 191 ◦ green 78 ◦ blue 220

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

Shades of Medium Orchid #BF4EDC

Tints of Medium Orchid #BF4EDC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.95%

 BLUE value IS 220 (86.33% from 255) = 44.99%

R = 39.06%
G = 15.95%
B = 44.99%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF4EDC (or 0xBF4EDC) is known color: Medium Orchid. HEX triplet: BF, 4E and DC. RGB value is (191,78,220). Sum of RGB (Red+Green+Blue) = 191+78+220=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 78 (30.86% from 255 or 15.95% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF4EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4EDC is #40B123. Grayscale: #7F7F7F. Windows color (decimal): -4239652 or 14438079. OLE color: 14438079.

HSL color Cylindrical-coordinate representation of color #BF4EDC: hue angle of 287.75º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4EDC is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 78 220 -
CMYK 0.13 0.65 0 0.14
HSL 287.75º 0.67% 0.58% -
HSV(B) 287.75º 0.65% 0.86% -
XYZ 37.13 21.69 69.94 -
YUV 127.98 179.94 172.95 -
System Red Green Blue C M Y K H S L
Decimal 191 78 220 0.13 0.65 0 0.14 287.75 0.67 0.58
Hex BF 4E DC D 41 0 E 120 43 3A
Octal 277 116 334 15 101 0 16 440 103 72
Binary 10111111 1001110 11011100 1101 1000001 0 1110 100100000 1000011 111010

Color Harmonies of #BF4EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4EDC

Black with #BF4EDC

Text Example


Text Example

White with #BF4EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4EDC; }

 p { color: rgb(191,78,220); }

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

background-color css

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

 a { background-color: rgb(191,78,220); }

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

border-color css

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

 span { border-color: rgb(191,78,220); }

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