#B260C1

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

Shades of Medium Orchid #B260C1

Tints of Medium Orchid #B260C1

Color information

#B260C1 (or 0xB260C1) is unknown color: approx Medium Orchid. HEX triplet: B2, 60 and C1. RGB value is (178,96,193). Sum of RGB (Red+Green+Blue) = 178+96+193=467 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.12% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #B260C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260C1 is #4D9F3E. Grayscale: #838383. Windows color (decimal): -5087039 or 12673202. OLE color: 12673202.

HSL color Cylindrical-coordinate representation of color #B260C1: hue angle of 290.72º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B260C1 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17896193-
CMYK0.080.5000.24
HSL290.72º43.89%56.67%-
HSV(B)290.72º50.26%75.69%-
XYZ32.1721.6852.94-
YUV131.58162.67161.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.12%
GREEN value IS 96 (37.89% from 255) = 20.56%
BLUE value IS 193 (75.78% from 255) = 41.33%
R=38.12%
G=20.56%
B=41.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178961930.080.5000.24290.7243.8956.67
HexB260C18320181232c39
Octal26214030110620304435471
Binary101100101100000110000011000110010011000100100011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B260C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B260C1; }

 p { color: rgb(178,96,193); }

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

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

 a { background-color: rgb(178,96,193); }

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

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

 span { border-color: rgb(178,96,193); }

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