#B260DD

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

Shades of Medium Orchid #B260DD

Tints of Medium Orchid #B260DD

Color information

#B260DD (or 0xB260DD) is unknown color: approx Medium Orchid. HEX triplet: B2, 60 and DD. RGB value is (178,96,221). Sum of RGB (Red+Green+Blue) = 178+96+221=495 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.96% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #B260DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260DD is #4D9F22. Grayscale: #868686. Windows color (decimal): -5087011 or 14508210. OLE color: 14508210.

HSL color Cylindrical-coordinate representation of color #B260DD: hue angle of 279.36º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B260DD is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17896221-
CMYK0.190.5700.13
HSL279.36º64.77%62.16%-
HSV(B)279.36º56.56%86.67%-
XYZ35.5923.0570.98-
YUV134.77176.67158.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.96%
GREEN value IS 96 (37.89% from 255) = 19.39%
BLUE value IS 221 (86.72% from 255) = 44.65%
R=35.96%
G=19.39%
B=44.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178962210.190.5700.13279.3664.7762.16
HexB260DD13390D117413e
Octal262140335237101542710176
Binary1011001011000001101110110011111001011011000101111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B260DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B260DD; }

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

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

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

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

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

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

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

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