Html Css Color HEX #BF46DC Medium Orchid

📋 copy color: '#BF46DC'

red 191 ◦ green 70 ◦ blue 220

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

Shades of Medium Orchid #BF46DC

Tints of Medium Orchid #BF46DC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.55%

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

R = 39.71%
G = 14.55%
B = 45.74%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF46DC (or 0xBF46DC) is known color: Medium Orchid. HEX triplet: BF, 46 and DC. RGB value is (191,70,220). Sum of RGB (Red+Green+Blue) = 191+70+220=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF46DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF46DC is #40B923. Grayscale: #7A7A7A. Windows color (decimal): -4241700 or 14436031. OLE color: 14436031.

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

Color convert

RGB 191 70 220 -
CMYK 0.13 0.68 0 0.14
HSL 288.4º 0.68% 0.57% -
HSV(B) 288.4º 0.68% 0.86% -
XYZ 36.59 20.62 69.76 -
YUV 123.28 182.59 176.3 -
System Red Green Blue C M Y K H S L
Decimal 191 70 220 0.13 0.68 0 0.14 288.4 0.68 0.57
Hex BF 46 DC D 44 0 E 120 44 39
Octal 277 106 334 15 104 0 16 440 104 71
Binary 10111111 1000110 11011100 1101 1000100 0 1110 100100000 1000100 111001

Color Harmonies of #BF46DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF46DC

Black with #BF46DC

Text Example


Text Example

White with #BF46DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF46DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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