#B74CFA

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

Shades of Medium Orchid #B74CFA

Tints of Medium Orchid #B74CFA

Color information

#B74CFA (or 0xB74CFA) is unknown color: approx Medium Orchid. HEX triplet: B7, 4C and FA. RGB value is (183,76,250). Sum of RGB (Red+Green+Blue) = 183+76+250=509 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.95% from 509); Green value is 76 (30.08% from 255 or 14.93% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #B74CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B74CFA is #48B305. Grayscale: #7F7F7F. Windows color (decimal): -4764422 or 16403639. OLE color: 16403639.

HSL color Cylindrical-coordinate representation of color #B74CFA: hue angle of 276.9º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B74CFA is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18376250-
CMYK0.270.7000.02
HSL276.9º94.57%63.92%-
HSV(B)276.9º69.6%98.04%-
XYZ39.3722.1492.64-
YUV127.83196.95167.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.95%
GREEN value IS 76 (30.08% from 255) = 14.93%
BLUE value IS 250 (98.05% from 255) = 49.12%
R=35.95%
G=14.93%
B=49.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal183762500.270.7000.02276.994.5763.92
HexB74CFA1B46021155f40
Octal2671143723310602425137100
Binary1011011110011001111101011011100011001010001010110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74CFA; }

 p { color: rgb(183,76,250); }

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

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

 a { background-color: rgb(183,76,250); }

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

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

 span { border-color: rgb(183,76,250); }

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