Html Css Color HEX #BF46CE Medium Orchid

📋 copy color: '#BF46CE'

red 191 ◦ green 70 ◦ blue 206

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

Shades of Medium Orchid #BF46CE

Tints of Medium Orchid #BF46CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 40.9%
G = 14.99%
B = 44.11%

CMYK

 C value IS 0.07

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF46CE (or 0xBF46CE) is known color: Medium Orchid. HEX triplet: BF, 46 and CE. RGB value is (191,70,206). Sum of RGB (Red+Green+Blue) = 191+70+206=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF46CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF46CE is #40B931. Grayscale: #797979. Windows color (decimal): -4241714 or 13518527. OLE color: 13518527.

HSL color Cylindrical-coordinate representation of color #BF46CE: hue angle of 293.38º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF46CE is Cyan = 0.07, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 70 206 -
CMYK 0.07 0.66 0 0.19
HSL 293.38º 0.58% 0.54% -
HSV(B) 293.38º 0.66% 0.81% -
XYZ 34.82 19.91 60.4 -
YUV 121.68 175.59 177.44 -
System Red Green Blue C M Y K H S L
Decimal 191 70 206 0.07 0.66 0 0.19 293.38 0.58 0.54
Hex BF 46 CE 7 42 0 13 125 3A 36
Octal 277 106 316 7 102 0 23 445 72 66
Binary 10111111 1000110 11001110 111 1000010 0 10011 100100101 111010 110110

Color Harmonies of #BF46CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF46CE

Black with #BF46CE

Text Example


Text Example

White with #BF46CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF46CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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