#B940CF

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

Shades of Medium Orchid #B940CF

Tints of Medium Orchid #B940CF

Color information

#B940CF (or 0xB940CF) is unknown color: approx Medium Orchid. HEX triplet: B9, 40 and CF. RGB value is (185,64,207). Sum of RGB (Red+Green+Blue) = 185+64+207=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #B940CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B940CF is #46BF30. Grayscale: #747474. Windows color (decimal): -4636465 or 13582521. OLE color: 13582521.

HSL color Cylindrical-coordinate representation of color #B940CF: hue angle of 290.77º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B940CF is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18564207-
CMYK0.110.6900.19
HSL290.77º59.83%53.14%-
HSV(B)290.77º69.08%81.18%-
XYZ33.118.4960.85-
YUV116.48179.09176.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 64 (25.39% from 255) = 14.04%
BLUE value IS 207 (81.25% from 255) = 45.39%
R=40.57%
G=14.04%
B=45.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185642070.110.6900.19290.7759.8353.14
HexB940CFB450131233c35
Octal271100317131050234437465
Binary1011100110000001100111110111000101010011100100011111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B940CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B940CF; }

 p { color: rgb(185,64,207); }

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

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

 a { background-color: rgb(185,64,207); }

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

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

 span { border-color: rgb(185,64,207); }

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