#B741FE

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

Shades of Medium Orchid #B741FE

Tints of Medium Orchid #B741FE

Color information

#B741FE (or 0xB741FE) is unknown color: approx Medium Orchid. HEX triplet: B7, 41 and FE. RGB value is (183,65,254). Sum of RGB (Red+Green+Blue) = 183+65+254=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 65 (25.78% from 255 or 12.95% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #B741FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B741FE is #48BE01. Grayscale: #797979. Windows color (decimal): -4767234 or 16662967. OLE color: 16662967.

HSL color Cylindrical-coordinate representation of color #B741FE: hue angle of 277.46º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B741FE is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18365254-
CMYK0.280.7400.00
HSL277.46º98.95%62.55%-
HSV(B)277.46º74.41%99.61%-
XYZ39.312195.75-
YUV121.83202.59171.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.45%
GREEN value IS 65 (25.78% from 255) = 12.95%
BLUE value IS 254 (99.61% from 255) = 50.60%
R=36.45%
G=12.95%
B=50.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal183652540.280.7400.00277.4698.9562.55
HexB741FE1C4A00115633f
Octal267101376341120042514377
Binary10110111100000111111110111001001010001000101011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B741FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B741FE; }

 p { color: rgb(183,65,254); }

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

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

 a { background-color: rgb(183,65,254); }

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

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

 span { border-color: rgb(183,65,254); }

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