#BF60E2

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

Shades of Medium Orchid #BF60E2

Tints of Medium Orchid #BF60E2

Color information

#BF60E2 (or 0xBF60E2) is unknown color: approx Medium Orchid. HEX triplet: BF, 60 and E2. RGB value is (191,96,226). Sum of RGB (Red+Green+Blue) = 191+96+226=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 226 (88.67% from 255 or 44.05% from 513); Max value from RGB is 226 - color contains mainly: blue. Hex color #BF60E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF60E2 is #409F1D. Grayscale: #8A8A8A. Windows color (decimal): -4235038 or 14835903. OLE color: 14835903.

HSL color Cylindrical-coordinate representation of color #BF60E2: hue angle of 283.85º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF60E2 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19196226-
CMYK0.150.5800.11
HSL283.85º69.15%63.14%-
HSV(B)283.85º57.52%88.63%-
XYZ39.424.9374.69-
YUV139.22176.97164.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.23%
GREEN value IS 96 (37.89% from 255) = 18.71%
BLUE value IS 226 (88.67% from 255) = 44.05%
R=37.23%
G=18.71%
B=44.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal191962260.150.5800.11283.8569.1563.14
HexBF60E2F3A0B11c453f
Octal277140342177201343410577
Binary101111111100000111000101111111010010111000111001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF60E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF60E2; }

 p { color: rgb(191,96,226); }

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

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

 a { background-color: rgb(191,96,226); }

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

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

 span { border-color: rgb(191,96,226); }

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