#B642CA

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

Shades of Medium Orchid #B642CA

Tints of Medium Orchid #B642CA

Color information

#B642CA (or 0xB642CA) is unknown color: approx Medium Orchid. HEX triplet: B6, 42 and CA. RGB value is (182,66,202). Sum of RGB (Red+Green+Blue) = 182+66+202=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #B642CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B642CA is #49BD35. Grayscale: #737373. Windows color (decimal): -4832566 or 13255350. OLE color: 13255350.

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

Color convert

RGB18266202-
CMYK0.100.6700.21
HSL291.18º56.2%52.55%-
HSV(B)291.18º67.33%79.22%-
XYZ31.918.1157.69-
YUV116.19176.43174.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.44%
GREEN value IS 66 (26.17% from 255) = 14.67%
BLUE value IS 202 (79.30% from 255) = 44.89%
R=40.44%
G=14.67%
B=44.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182662020.100.6700.21291.1856.252.55
HexB642CAA430151233835
Octal266102312121030254437065
Binary1011011010000101100101010101000011010101100100011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B642CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B642CA; }

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

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

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

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

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

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

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

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