#B74AD7

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

Shades of Medium Orchid #B74AD7

Tints of Medium Orchid #B74AD7

Color information

#B74AD7 (or 0xB74AD7) is unknown color: approx Medium Orchid. HEX triplet: B7, 4A and D7. RGB value is (183,74,215). Sum of RGB (Red+Green+Blue) = 183+74+215=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #B74AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74AD7 is #48B528. Grayscale: #7A7A7A. Windows color (decimal): -4764969 or 14109367. OLE color: 14109367.

HSL color Cylindrical-coordinate representation of color #B74AD7: hue angle of 286.38º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B74AD7 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18374215-
CMYK0.150.6600.16
HSL286.38º63.8%56.67%-
HSV(B)286.38º65.58%84.31%-
XYZ34.2419.8766.32-
YUV122.66180.11171.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.77%
GREEN value IS 74 (29.30% from 255) = 15.68%
BLUE value IS 215 (84.38% from 255) = 45.55%
R=38.77%
G=15.68%
B=45.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal183742150.150.6600.16286.3863.856.67
HexB74AD7F4201011e4039
Octal2671123271710202043610071
Binary10110111100101011010111111110000100100001000111101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74AD7; }

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

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

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

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

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

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

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

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