#B255CA

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

Shades of Medium Orchid #B255CA

Tints of Medium Orchid #B255CA

Color information

#B255CA (or 0xB255CA) is unknown color: approx Medium Orchid. HEX triplet: B2, 55 and CA. RGB value is (178,85,202). Sum of RGB (Red+Green+Blue) = 178+85+202=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 85 (33.59% from 255 or 18.28% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #B255CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B255CA is #4DAA35. Grayscale: #7D7D7D. Windows color (decimal): -5089846 or 13260210. OLE color: 13260210.

HSL color Cylindrical-coordinate representation of color #B255CA: hue angle of 287.69º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B255CA is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17885202-
CMYK0.120.5800.21
HSL287.69º52.47%56.27%-
HSV(B)287.69º57.92%79.22%-
XYZ32.2720.2358.08-
YUV126.14170.81164.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 85 (33.59% from 255) = 18.28%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=38.28%
G=18.28%
B=43.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178852020.120.5800.21287.6952.4756.27
HexB255CAC3A0151203438
Octal26212531214720254406470
Binary101100101010101110010101100111010010101100100000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B255CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B255CA; }

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

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

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

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

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

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

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

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