Html Css Color HEX #BF40D5 Medium Orchid

📋 copy color: '#BF40D5'

red 191 ◦ green 64 ◦ blue 213

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

Shades of Medium Orchid #BF40D5

Tints of Medium Orchid #BF40D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.51%

R = 40.81%
G = 13.68%
B = 45.51%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF40D5 (or 0xBF40D5) is known color: Medium Orchid. HEX triplet: BF, 40 and D5. RGB value is (191,64,213). Sum of RGB (Red+Green+Blue) = 191+64+213=468 (61% of max value = 765). Red value is 191 (75% from 255 or 40.81% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #BF40D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40D5 is #40BF2A. Grayscale: #767676. Windows color (decimal): -4243243 or 13975743. OLE color: 13975743.

HSL color Cylindrical-coordinate representation of color #BF40D5: hue angle of 291.14º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF40D5 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 64 213 -
CMYK 0.10 0.70 0 0.16
HSL 291.14º 0.64% 0.54% -
HSV(B) 291.14º 0.7% 0.84% -
XYZ 35.33 19.55 64.86 -
YUV 118.96 181.08 179.38 -
System Red Green Blue C M Y K H S L
Decimal 191 64 213 0.10 0.70 0 0.16 291.14 0.64 0.54
Hex BF 40 D5 A 46 0 10 123 40 36
Octal 277 100 325 12 106 0 20 443 100 66
Binary 10111111 1000000 11010101 1010 1000110 0 10000 100100011 1000000 110110

Color Harmonies of #BF40D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40D5

Black with #BF40D5

Text Example


Text Example

White with #BF40D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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