#B942FF

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

Shades of Medium Orchid #B942FF

Tints of Medium Orchid #B942FF

Color information

#B942FF (or 0xB942FF) is unknown color: approx Medium Orchid. HEX triplet: B9, 42 and FF. RGB value is (185,66,255). Sum of RGB (Red+Green+Blue) = 185+66+255=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #B942FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B942FF is #46BD00. Grayscale: #7A7A7A. Windows color (decimal): -4635905 or 16728761. OLE color: 16728761.

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

Color convert

RGB18566255-
CMYK0.270.7400
HSL277.78º100%62.94%-
HSV(B)277.78º74.12%100%-
XYZ40.0121.4396.64-
YUV123.13202.42172.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.56%
GREEN value IS 66 (26.17% from 255) = 13.04%
BLUE value IS 255 (100% from 255) = 50.40%
R=36.56%
G=13.04%
B=50.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal185662550.270.7400277.7810062.94
HexB942FF1B4A00116643f
Octal271102377331120042614477
Binary10111001100001011111111110111001010001000101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B942FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B942FF; }

 p { color: rgb(185,66,255); }

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

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

 a { background-color: rgb(185,66,255); }

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

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

 span { border-color: rgb(185,66,255); }

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