#B74FDF

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

Shades of Medium Orchid #B74FDF

Tints of Medium Orchid #B74FDF

Color information

#B74FDF (or 0xB74FDF) is unknown color: approx Medium Orchid. HEX triplet: B7, 4F and DF. RGB value is (183,79,223). Sum of RGB (Red+Green+Blue) = 183+79+223=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 79 (31.25% from 255 or 16.29% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #B74FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74FDF is #48B020. Grayscale: #7E7E7E. Windows color (decimal): -4763681 or 14634935. OLE color: 14634935.

HSL color Cylindrical-coordinate representation of color #B74FDF: hue angle of 283.33º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B74FDF is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18379223-
CMYK0.180.6500.13
HSL283.33º69.23%59.22%-
HSV(B)283.33º64.57%87.45%-
XYZ35.6420.9971.98-
YUV126.51182.46168.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.73%
GREEN value IS 79 (31.25% from 255) = 16.29%
BLUE value IS 223 (87.5% from 255) = 45.98%
R=37.73%
G=16.29%
B=45.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal183792230.180.6500.13283.3369.2359.22
HexB74FDF12410D11b453b
Octal2671173372210101543310573
Binary10110111100111111011111100101000001011011000110111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74FDF; }

 p { color: rgb(183,79,223); }

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

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

 a { background-color: rgb(183,79,223); }

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

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

 span { border-color: rgb(183,79,223); }

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