Html Css Color HEX #BF46DF Medium Orchid

📋 copy color: '#BF46DF'

red 191 ◦ green 70 ◦ blue 223

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

Shades of Medium Orchid #BF46DF

Tints of Medium Orchid #BF46DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 39.46%
G = 14.46%
B = 46.07%

CMYK

 C value IS 0.14

 M value IS 0.69

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF46DF (or 0xBF46DF) is known color: Medium Orchid. HEX triplet: BF, 46 and DF. RGB value is (191,70,223). Sum of RGB (Red+Green+Blue) = 191+70+223=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 70 (27.73% from 255 or 14.46% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF46DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF46DF is #40B920. Grayscale: #7B7B7B. Windows color (decimal): -4241697 or 14632639. OLE color: 14632639.

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

Color convert

RGB 191 70 223 -
CMYK 0.14 0.69 0 0.13
HSL 287.45º 0.71% 0.57% -
HSV(B) 287.45º 0.69% 0.87% -
XYZ 37 20.78 71.87 -
YUV 123.62 184.09 176.06 -
System Red Green Blue C M Y K H S L
Decimal 191 70 223 0.14 0.69 0 0.13 287.45 0.71 0.57
Hex BF 46 DF E 45 0 D 11F 47 39
Octal 277 106 337 16 105 0 15 437 107 71
Binary 10111111 1000110 11011111 1110 1000101 0 1101 100011111 1000111 111001

Color Harmonies of #BF46DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF46DF

Black with #BF46DF

Text Example


Text Example

White with #BF46DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF46DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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