#BF4DCC

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

Shades of Medium Orchid #BF4DCC

Tints of Medium Orchid #BF4DCC

Color information

#BF4DCC (or 0xBF4DCC) is unknown color: approx Medium Orchid. HEX triplet: BF, 4D and CC. RGB value is (191,77,204). Sum of RGB (Red+Green+Blue) = 191+77+204=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF4DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF4DCC is #40B233. Grayscale: #7D7D7D. Windows color (decimal): -4239924 or 13389247. OLE color: 13389247.

HSL color Cylindrical-coordinate representation of color #BF4DCC: hue angle of 293.86º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF4DCC is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19177204-
CMYK0.060.6200.2
HSL293.86º55.46%55.1%-
HSV(B)293.86º62.25%80%-
XYZ35.0420.7459.28-
YUV125.56172.27174.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 77 (30.47% from 255) = 16.31%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=40.47%
G=16.31%
B=43.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal191772040.060.6200.2293.8655.4655.1
HexBF4DCC63E0141263737
Octal2771153146760244466767
Binary10111111100110111001100110111110010100100100110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4DCC; }

 p { color: rgb(191,77,204); }

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

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

 a { background-color: rgb(191,77,204); }

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

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

 span { border-color: rgb(191,77,204); }

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