#B74ACC

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

Shades of Medium Orchid #B74ACC

Tints of Medium Orchid #B74ACC

Color information

#B74ACC (or 0xB74ACC) is unknown color: approx Medium Orchid. HEX triplet: B7, 4A and CC. RGB value is (183,74,204). Sum of RGB (Red+Green+Blue) = 183+74+204=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #B74ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74ACC is #48B533. Grayscale: #797979. Windows color (decimal): -4764980 or 13388471. OLE color: 13388471.

HSL color Cylindrical-coordinate representation of color #B74ACC: hue angle of 290.31º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74ACC is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18374204-
CMYK0.100.6400.2
HSL290.31º56.03%54.51%-
HSV(B)290.31º63.73%80%-
XYZ32.8819.3259.12-
YUV121.41174.61171.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.70%
GREEN value IS 74 (29.30% from 255) = 16.05%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=39.70%
G=16.05%
B=44.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal183742040.100.6400.2290.3156.0354.51
HexB74ACCA400141223837
Octal267112314121000244427067
Binary1011011110010101100110010101000000010100100100010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74ACC; }

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

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

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

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

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

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

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

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