#B636DB

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

Shades of Medium Orchid #B636DB

Tints of Medium Orchid #B636DB

Color information

#B636DB (or 0xB636DB) is unknown color: approx Medium Orchid. HEX triplet: B6, 36 and DB. RGB value is (182,54,219). Sum of RGB (Red+Green+Blue) = 182+54+219=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #B636DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B636DB is #49C924. Grayscale: #6E6E6E. Windows color (decimal): -4835621 or 14366390. OLE color: 14366390.

HSL color Cylindrical-coordinate representation of color #B636DB: hue angle of 286.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B636DB is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18254219-
CMYK0.170.7500.14
HSL286.55º69.62%53.53%-
HSV(B)286.55º75.34%85.88%-
XYZ33.417.768.67-
YUV111.08188.91178.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 54 (21.48% from 255) = 11.87%
BLUE value IS 219 (85.94% from 255) = 48.13%
R=40%
G=11.87%
B=48.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal182542190.170.7500.14286.5569.6253.53
HexB636DB114B0E11f4636
Octal266663332111301643710666
Binary1011011011011011011011100011001011011101000111111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B636DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B636DB; }

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

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

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

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

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

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

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

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