#B442F2

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

Shades of Medium Orchid #B442F2

Tints of Medium Orchid #B442F2

Color information

#B442F2 (or 0xB442F2) is unknown color: approx Medium Orchid. HEX triplet: B4, 42 and F2. RGB value is (180,66,242). Sum of RGB (Red+Green+Blue) = 180+66+242=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 242 (94.92% from 255 or 49.59% from 488); Max value from RGB is 242 - color contains mainly: blue. Hex color #B442F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B442F2 is #4BBD0D. Grayscale: #777777. Windows color (decimal): -4963598 or 15876788. OLE color: 15876788.

HSL color Cylindrical-coordinate representation of color #B442F2: hue angle of 278.86º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B442F2 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18066242-
CMYK0.260.7300.05
HSL278.86º87.13%60.39%-
HSV(B)278.86º72.73%94.9%-
XYZ36.820.0185.93-
YUV120.15196.77170.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.89%
GREEN value IS 66 (26.17% from 255) = 13.52%
BLUE value IS 242 (94.92% from 255) = 49.59%
R=36.89%
G=13.52%
B=49.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180662420.260.7300.05278.8687.1360.39
HexB442F21A4905117573c
Octal264102362321110542712774
Binary1011010010000101111001011010100100101011000101111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B442F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B442F2; }

 p { color: rgb(180,66,242); }

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

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

 a { background-color: rgb(180,66,242); }

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

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

 span { border-color: rgb(180,66,242); }

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