#B261DD

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

Shades of Medium Orchid #B261DD

Tints of Medium Orchid #B261DD

Color information

#B261DD (or 0xB261DD) is unknown color: approx Medium Orchid. HEX triplet: B2, 61 and DD. RGB value is (178,97,221). Sum of RGB (Red+Green+Blue) = 178+97+221=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 97 (38.28% from 255 or 19.56% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #B261DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261DD is #4D9E22. Grayscale: #868686. Windows color (decimal): -5086755 or 14508466. OLE color: 14508466.

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

Color convert

RGB17897221-
CMYK0.190.5600.13
HSL279.19º64.58%62.35%-
HSV(B)279.19º56.11%86.67%-
XYZ35.6923.2371.01-
YUV135.36176.34158.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.89%
GREEN value IS 97 (38.28% from 255) = 19.56%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=35.89%
G=19.56%
B=44.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal178972210.190.5600.13279.1964.5862.35
HexB261DD13380D117413e
Octal262141335237001542710176
Binary1011001011000011101110110011111000011011000101111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B261DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B261DD; }

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

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

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

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

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

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

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

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