#B647CC

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

Shades of Medium Orchid #B647CC

Tints of Medium Orchid #B647CC

Color information

#B647CC (or 0xB647CC) is unknown color: approx Medium Orchid. HEX triplet: B6, 47 and CC. RGB value is (182,71,204). Sum of RGB (Red+Green+Blue) = 182+71+204=457 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.82% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #B647CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B647CC is #49B833. Grayscale: #767676. Windows color (decimal): -4831284 or 13387702. OLE color: 13387702.

HSL color Cylindrical-coordinate representation of color #B647CC: hue angle of 290.08º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B647CC is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18271204-
CMYK0.110.6500.2
HSL290.08º56.6%53.92%-
HSV(B)290.08º65.2%80%-
XYZ32.4418.8159.05-
YUV119.35175.77172.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.82%
GREEN value IS 71 (28.12% from 255) = 15.54%
BLUE value IS 204 (80.08% from 255) = 44.64%
R=39.82%
G=15.54%
B=44.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal182712040.110.6500.2290.0856.653.92
HexB647CCB410141223936
Octal266107314131010244427166
Binary1011011010001111100110010111000001010100100100010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B647CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B647CC; }

 p { color: rgb(182,71,204); }

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

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

 a { background-color: rgb(182,71,204); }

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

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

 span { border-color: rgb(182,71,204); }

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