Html Css Color HEX #BF40D4 Medium Orchid

📋 copy color: '#BF40D4'

red 191 ◦ green 64 ◦ blue 212

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

Shades of Medium Orchid #BF40D4

Tints of Medium Orchid #BF40D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 45.4%

R = 40.9%
G = 13.7%
B = 45.4%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BF40D4 (or 0xBF40D4) is known color: Medium Orchid. HEX triplet: BF, 40 and D4. RGB value is (191,64,212). Sum of RGB (Red+Green+Blue) = 191+64+212=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 64 (25.39% from 255 or 13.70% from 467); Blue value is 212 (83.20% from 255 or 45.40% from 467); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF40D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF40D4 is #40BF2B. Grayscale: #767676. Windows color (decimal): -4243244 or 13910207. OLE color: 13910207.

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

Color convert

RGB 191 64 212 -
CMYK 0.10 0.70 0 0.17
HSL 291.49º 0.63% 0.54% -
HSV(B) 291.49º 0.7% 0.83% -
XYZ 35.2 19.5 64.2 -
YUV 118.85 180.58 179.47 -
System Red Green Blue C M Y K H S L
Decimal 191 64 212 0.10 0.70 0 0.17 291.49 0.63 0.54
Hex BF 40 D4 A 46 0 11 123 3F 36
Octal 277 100 324 12 106 0 21 443 77 66
Binary 10111111 1000000 11010100 1010 1000110 0 10001 100100011 111111 110110

Color Harmonies of #BF40D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40D4

Black with #BF40D4

Text Example


Text Example

White with #BF40D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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