#B652CA

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

Shades of Medium Orchid #B652CA

Tints of Medium Orchid #B652CA

Color information

#B652CA (or 0xB652CA) is unknown color: approx Medium Orchid. HEX triplet: B6, 52 and CA. RGB value is (182,82,202). Sum of RGB (Red+Green+Blue) = 182+82+202=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #B652CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652CA is #49AD35. Grayscale: #7D7D7D. Windows color (decimal): -4828470 or 13259446. OLE color: 13259446.

HSL color Cylindrical-coordinate representation of color #B652CA: hue angle of 290º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B652CA is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18282202-
CMYK0.100.5900.21
HSL290º53.1%55.69%-
HSV(B)290º59.41%79.22%-
XYZ32.9720.2458.05-
YUV125.58171.13168.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 82 (32.42% from 255) = 17.60%
BLUE value IS 202 (79.30% from 255) = 43.35%
R=39.06%
G=17.60%
B=43.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182822020.100.5900.2129053.155.69
HexB652CAA3B0151223538
Octal26612231212730254426570
Binary101101101010010110010101010111011010101100100010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B652CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B652CA; }

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

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

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

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

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

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

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

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