#B652CB

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

Shades of Medium Orchid #B652CB

Tints of Medium Orchid #B652CB

Color information

#B652CB (or 0xB652CB) is unknown color: approx Medium Orchid. HEX triplet: B6, 52 and CB. RGB value is (182,82,203). Sum of RGB (Red+Green+Blue) = 182+82+203=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #B652CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B652CB is #49AD34. Grayscale: #7D7D7D. Windows color (decimal): -4828469 or 13324982. OLE color: 13324982.

HSL color Cylindrical-coordinate representation of color #B652CB: hue angle of 289.59º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B652CB is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18282203-
CMYK0.100.6000.20
HSL289.59º53.78%55.88%-
HSV(B)289.59º59.61%79.61%-
XYZ33.0920.2958.67-
YUV125.69171.63168.16-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 82 (32.42% from 255) = 17.56%
BLUE value IS 203 (79.69% from 255) = 43.47%
R=38.97%
G=17.56%
B=43.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182822030.100.6000.20289.5953.7855.88
HexB652CBA3C0141223638
Octal26612231312740244426670
Binary101101101010010110010111010111100010100100100010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B652CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B652CB; }

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

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

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

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

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

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

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

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