#B652D0

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

Shades of Medium Orchid #B652D0

Tints of Medium Orchid #B652D0

Color information

#B652D0 (or 0xB652D0) is unknown color: approx Medium Orchid. HEX triplet: B6, 52 and D0. RGB value is (182,82,208). Sum of RGB (Red+Green+Blue) = 182+82+208=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 208 (81.64% from 255 or 44.07% from 472); Max value from RGB is 208 - color contains mainly: blue. Hex color #B652D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652D0 is #49AD2F. Grayscale: #7D7D7D. Windows color (decimal): -4828464 or 13652662. OLE color: 13652662.

HSL color Cylindrical-coordinate representation of color #B652D0: hue angle of 287.62º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B652D0 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18282208-
CMYK0.120.6100.18
HSL287.62º57.27%56.86%-
HSV(B)287.62º60.58%81.57%-
XYZ33.6920.5361.86-
YUV126.26174.13167.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.56%
GREEN value IS 82 (32.42% from 255) = 17.37%
BLUE value IS 208 (81.64% from 255) = 44.07%
R=38.56%
G=17.37%
B=44.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182822080.120.6100.18287.6257.2756.86
HexB652D0C3D0121203939
Octal26612232014750224407171
Binary101101101010010110100001100111101010010100100000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B652D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B652D0; }

 p { color: rgb(182,82,208); }

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

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

 a { background-color: rgb(182,82,208); }

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

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

 span { border-color: rgb(182,82,208); }

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