#B747CC

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

Shades of Medium Orchid #B747CC

Tints of Medium Orchid #B747CC

Color information

#B747CC (or 0xB747CC) is unknown color: approx Medium Orchid. HEX triplet: B7, 47 and CC. RGB value is (183,71,204). Sum of RGB (Red+Green+Blue) = 183+71+204=458 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.96% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #B747CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B747CC is #48B833. Grayscale: #777777. Windows color (decimal): -4765748 or 13387703. OLE color: 13387703.

HSL color Cylindrical-coordinate representation of color #B747CC: hue angle of 290.53º 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 #B747CC is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18371204-
CMYK0.100.6500.2
HSL290.53º56.6%53.92%-
HSV(B)290.53º65.2%80%-
XYZ32.6818.9359.06-
YUV119.65175.61173.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.96%
GREEN value IS 71 (28.12% from 255) = 15.50%
BLUE value IS 204 (80.08% from 255) = 44.54%
R=39.96%
G=15.50%
B=44.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal183712040.100.6500.2290.5356.653.92
HexB747CCA410141233936
Octal267107314121010244437166
Binary1011011110001111100110010101000001010100100100011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B747CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B747CC; }

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

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

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

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

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

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

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

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