#B255C2

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

Shades of Medium Orchid #B255C2

Tints of Medium Orchid #B255C2

Color information

#B255C2 (or 0xB255C2) is unknown color: approx Medium Orchid. HEX triplet: B2, 55 and C2. RGB value is (178,85,194). Sum of RGB (Red+Green+Blue) = 178+85+194=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 194 - color contains mainly: blue. Hex color #B255C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255C2 is #4DAA3D. Grayscale: #7C7C7C. Windows color (decimal): -5089854 or 12735922. OLE color: 12735922.

HSL color Cylindrical-coordinate representation of color #B255C2: hue angle of 291.19º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B255C2 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17885194-
CMYK0.080.5600.24
HSL291.19º47.19%54.71%-
HSV(B)291.19º56.19%76.08%-
XYZ31.3519.8653.22-
YUV125.23166.81165.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.95%
GREEN value IS 85 (33.59% from 255) = 18.60%
BLUE value IS 194 (76.17% from 255) = 42.45%
R=38.95%
G=18.60%
B=42.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178851940.080.5600.24291.1947.1954.71
HexB255C28380181232f37
Octal26212530210700304435767
Binary101100101010101110000101000111000011000100100011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B255C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B255C2; }

 p { color: rgb(178,85,194); }

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

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

 a { background-color: rgb(178,85,194); }

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

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

 span { border-color: rgb(178,85,194); }

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