#B636DD

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

Shades of Medium Orchid #B636DD

Tints of Medium Orchid #B636DD

Color information

#B636DD (or 0xB636DD) is unknown color: approx Medium Orchid. HEX triplet: B6, 36 and DD. RGB value is (182,54,221). Sum of RGB (Red+Green+Blue) = 182+54+221=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #B636DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B636DD is #49C922. Grayscale: #6E6E6E. Windows color (decimal): -4835619 or 14497462. OLE color: 14497462.

HSL color Cylindrical-coordinate representation of color #B636DD: hue angle of 285.99º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B636DD is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18254221-
CMYK0.180.7600.13
HSL285.99º71.06%53.92%-
HSV(B)285.99º75.57%86.67%-
XYZ33.6617.870.07-
YUV111.31189.91178.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 54 (21.48% from 255) = 11.82%
BLUE value IS 221 (86.72% from 255) = 48.36%
R=39.82%
G=11.82%
B=48.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal182542210.180.7600.13285.9971.0653.92
HexB636DD124C0D11e4736
Octal266663352211401543610766
Binary1011011011011011011101100101001100011011000111101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B636DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B636DD; }

 p { color: rgb(182,54,221); }

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

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

 a { background-color: rgb(182,54,221); }

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

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

 span { border-color: rgb(182,54,221); }

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