#B842FC

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

Shades of Medium Orchid #B842FC

Tints of Medium Orchid #B842FC

Color information

#B842FC (or 0xB842FC) is unknown color: approx Medium Orchid. HEX triplet: B8, 42 and FC. RGB value is (184,66,252). Sum of RGB (Red+Green+Blue) = 184+66+252=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #B842FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B842FC is #47BD03. Grayscale: #797979. Windows color (decimal): -4701444 or 16532152. OLE color: 16532152.

HSL color Cylindrical-coordinate representation of color #B842FC: hue angle of 278.06º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B842FC is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18466252-
CMYK0.270.7400.01
HSL278.06º96.88%62.35%-
HSV(B)278.06º73.81%98.82%-
XYZ39.2921.1294.1-
YUV122.49201.09171.88-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.65%
GREEN value IS 66 (26.17% from 255) = 13.15%
BLUE value IS 252 (98.83% from 255) = 50.20%
R=36.65%
G=13.15%
B=50.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal184662520.270.7400.01278.0696.8862.35
HexB842FC1B4A01116613e
Octal270102374331120142614176
Binary10111000100001011111100110111001010011000101101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B842FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B842FC; }

 p { color: rgb(184,66,252); }

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

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

 a { background-color: rgb(184,66,252); }

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

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

 span { border-color: rgb(184,66,252); }

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