#BF74CC

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

Shades of Medium Orchid #BF74CC

Tints of Medium Orchid #BF74CC

Color information

#BF74CC (or 0xBF74CC) is unknown color: approx Medium Orchid. HEX triplet: BF, 74 and CC. RGB value is (191,116,204). Sum of RGB (Red+Green+Blue) = 191+116+204=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF74CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF74CC is #408B33. Grayscale: #949494. Windows color (decimal): -4229940 or 13399231. OLE color: 13399231.

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

Color convert

RGB191116204-
CMYK0.060.4300.2
HSL291.14º46.32%62.75%-
HSV(B)291.14º43.14%80%-
XYZ38.6327.9360.48-
YUV148.46159.35158.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.38%
GREEN value IS 116 (45.70% from 255) = 22.70%
BLUE value IS 204 (80.08% from 255) = 39.92%
R=37.38%
G=22.70%
B=39.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1911162040.060.4300.2291.1446.3262.75
HexBF74CC62B0141232e3f
Octal2771643146530244435677
Binary10111111111010011001100110101011010100100100011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF74CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF74CC; }

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

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

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

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

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

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

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

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