#B74BCA

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

Shades of Medium Orchid #B74BCA

Tints of Medium Orchid #B74BCA

Color information

#B74BCA (or 0xB74BCA) is unknown color: approx Medium Orchid. HEX triplet: B7, 4B and CA. RGB value is (183,75,202). Sum of RGB (Red+Green+Blue) = 183+75+202=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 75 (29.69% from 255 or 16.30% 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 #B74BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74BCA is #48B435. Grayscale: #797979. Windows color (decimal): -4764726 or 13257655. OLE color: 13257655.

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

Color convert

RGB18375202-
CMYK0.090.6300.21
HSL291.02º54.51%54.31%-
HSV(B)291.02º62.87%79.22%-
XYZ32.7119.3657.89-
YUV121.77173.28171.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.78%
GREEN value IS 75 (29.69% from 255) = 16.30%
BLUE value IS 202 (79.30% from 255) = 43.91%
R=39.78%
G=16.30%
B=43.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal183752020.090.6300.21291.0254.5154.31
HexB74BCA93F0151233736
Octal26711331211770254436766
Binary101101111001011110010101001111111010101100100011110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74BCA; }

 p { color: rgb(183,75,202); }

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

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

 a { background-color: rgb(183,75,202); }

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

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

 span { border-color: rgb(183,75,202); }

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