Html Css Color HEX #BF40D1 Medium Orchid

📋 copy color: '#BF40D1'

red 191 ◦ green 64 ◦ blue 209

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

Shades of Medium Orchid #BF40D1

Tints of Medium Orchid #BF40D1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.79%

 BLUE value IS 209 (82.03% from 255) = 45.04%

R = 41.16%
G = 13.79%
B = 45.04%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BF40D1 (or 0xBF40D1) is known color: Medium Orchid. HEX triplet: BF, 40 and D1. RGB value is (191,64,209). Sum of RGB (Red+Green+Blue) = 191+64+209=464 (61% of max value = 765). Red value is 191 (75% from 255 or 41.16% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #BF40D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40D1 is #40BF2E. Grayscale: #767676. Windows color (decimal): -4243247 or 13713599. OLE color: 13713599.

HSL color Cylindrical-coordinate representation of color #BF40D1: hue angle of 292.55º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF40D1 is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 191 64 209 -
CMYK 0.09 0.69 0 0.18
HSL 292.55º 0.61% 0.54% -
HSV(B) 292.55º 0.69% 0.82% -
XYZ 34.83 19.35 62.22 -
YUV 118.5 179.08 179.71 -
System Red Green Blue C M Y K H S L
Decimal 191 64 209 0.09 0.69 0 0.18 292.55 0.61 0.54
Hex BF 40 D1 9 45 0 12 125 3D 36
Octal 277 100 321 11 105 0 22 445 75 66
Binary 10111111 1000000 11010001 1001 1000101 0 10010 100100101 111101 110110

Color Harmonies of #BF40D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40D1

Black with #BF40D1

Text Example


Text Example

White with #BF40D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40D1; }

 p { color: rgb(191,64,209); }

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

background-color css

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

 a { background-color: rgb(191,64,209); }

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

border-color css

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

 span { border-color: rgb(191,64,209); }

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