#BF50CC

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

Shades of Medium Orchid #BF50CC

Tints of Medium Orchid #BF50CC

Color information

#BF50CC (or 0xBF50CC) is unknown color: approx Medium Orchid. HEX triplet: BF, 50 and CC. RGB value is (191,80,204). Sum of RGB (Red+Green+Blue) = 191+80+204=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF50CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF50CC is #40AF33. Grayscale: #7E7E7E. Windows color (decimal): -4239156 or 13390015. OLE color: 13390015.

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

Color convert

RGB19180204-
CMYK0.060.6100.2
HSL293.71º54.87%55.69%-
HSV(B)293.71º60.78%80%-
XYZ35.2521.1759.36-
YUV127.32171.27173.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 80 (31.64% from 255) = 16.84%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=40.21%
G=16.84%
B=42.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal191802040.060.6100.2293.7154.8755.69
HexBF50CC63D0141263738
Octal2771203146750244466770
Binary10111111101000011001100110111101010100100100110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF50CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF50CC; }

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

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

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

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

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

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

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

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