#B953CF

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

Shades of Medium Orchid #B953CF

Tints of Medium Orchid #B953CF

Color information

#B953CF (or 0xB953CF) is unknown color: approx Medium Orchid. HEX triplet: B9, 53 and CF. RGB value is (185,83,207). Sum of RGB (Red+Green+Blue) = 185+83+207=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #B953CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B953CF is #46AC30. Grayscale: #7F7F7F. Windows color (decimal): -4631601 or 13587385. OLE color: 13587385.

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

Color convert

RGB18583207-
CMYK0.110.6000.19
HSL289.35º56.36%56.86%-
HSV(B)289.35º59.9%81.18%-
XYZ34.3621.0161.27-
YUV127.63172.79168.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 83 (32.81% from 255) = 17.47%
BLUE value IS 207 (81.25% from 255) = 43.58%
R=38.95%
G=17.47%
B=43.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185832070.110.6000.19289.3556.3656.86
HexB953CFB3C0131213839
Octal27112331713740234417071
Binary101110011010011110011111011111100010011100100001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B953CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B953CF; }

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

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

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

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

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

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

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

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