#BF4FD4

Color #BF4FD4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BF4FD4

Tints of Medium Orchid #BF4FD4

Color information

#BF4FD4 (or 0xBF4FD4) is unknown color: approx Medium Orchid. HEX triplet: BF, 4F and D4. RGB value is (191,79,212). Sum of RGB (Red+Green+Blue) = 191+79+212=482 (63% of max value = 765). Red value is 191 (75% from 255 or 39.63% from 482); Green value is 79 (31.25% from 255 or 16.39% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 212 - color contains mainly: blue. Hex color #BF4FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4FD4 is #40B02B. Grayscale: #7F7F7F. Windows color (decimal): -4239404 or 13914047. OLE color: 13914047.

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

Color convert

RGB19179212-
CMYK0.100.6300.17
HSL290.53º60.73%57.06%-
HSV(B)290.53º62.74%83.14%-
XYZ36.1721.4264.52-
YUV127.65175.61173.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.63%
GREEN value IS 79 (31.25% from 255) = 16.39%
BLUE value IS 212 (83.20% from 255) = 43.98%
R=39.63%
G=16.39%
B=43.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal191792120.100.6300.17290.5360.7357.06
HexBF4FD4A3F0111233d39
Octal27711732412770214437571
Binary101111111001111110101001010111111010001100100011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4FD4; }

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

 H1.HeaderClassName
 {
   color: #BF4FD4;
 }
 .AnyTagClassName
 {
   color: #BF4FD4;
 }
</style>
background-color css

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

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

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

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

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

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