#b64cca

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

Shades of Medium Orchid #B64CCA

Tints of Medium Orchid #B64CCA

Color information

#B64CCA (or 0xB64CCA) is unknown color: approx Medium Orchid. HEX triplet: B6, 4C and CA. RGB value is (182,76,202). Sum of RGB (Red+Green+Blue) = 182+76+202=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #B64CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64CCA is #49B335. Grayscale: #797979. Windows color (decimal): -4830006 or 13257910. OLE color: 13257910.

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

Color convert

RGB18276202-
CMYK0.100.6200.21
HSL290.48º54.31%54.51%-
HSV(B)290.48º62.38%79.22%-
XYZ32.5419.3857.9-
YUV122.06173.12170.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.57%
GREEN value IS 76 (30.08% from 255) = 16.52%
BLUE value IS 202 (79.30% from 255) = 43.91%
R=39.57%
G=16.52%
B=43.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182762020.100.6200.21290.4854.3154.51
HexB64CCAA3E0151223637
Octal26611431212760254426667
Binary101101101001100110010101010111110010101100100010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b64cca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b64cca; }

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

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

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

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

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

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

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

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