#B262DD

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

Shades of Medium Orchid #B262DD

Tints of Medium Orchid #B262DD

Color information

#B262DD (or 0xB262DD) is unknown color: approx Medium Orchid. HEX triplet: B2, 62 and DD. RGB value is (178,98,221). Sum of RGB (Red+Green+Blue) = 178+98+221=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 98 (38.67% from 255 or 19.72% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #B262DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B262DD is #4D9D22. Grayscale: #878787. Windows color (decimal): -5086499 or 14508722. OLE color: 14508722.

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

Color convert

RGB17898221-
CMYK0.190.5600.13
HSL279.02º64.4%62.55%-
HSV(B)279.02º55.66%86.67%-
XYZ35.7823.4271.04-
YUV135.94176158-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.81%
GREEN value IS 98 (38.67% from 255) = 19.72%
BLUE value IS 221 (86.72% from 255) = 44.47%
R=35.81%
G=19.72%
B=44.47%

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
Decimal178982210.190.5600.13279.0264.462.55
HexB262DD13380D117403f
Octal262142335237001542710077
Binary1011001011000101101110110011111000011011000101111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B262DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B262DD; }

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

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

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

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

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

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

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

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