#B442F1

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

Shades of Medium Orchid #B442F1

Tints of Medium Orchid #B442F1

Color information

#B442F1 (or 0xB442F1) is unknown color: approx Medium Orchid. HEX triplet: B4, 42 and F1. RGB value is (180,66,241). Sum of RGB (Red+Green+Blue) = 180+66+241=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #B442F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B442F1 is #4BBD0E. Grayscale: #777777. Windows color (decimal): -4963599 or 15811252. OLE color: 15811252.

HSL color Cylindrical-coordinate representation of color #B442F1: hue angle of 279.09º degrees, saturation: 0.86, 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 #B442F1 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18066241-
CMYK0.250.7300.05
HSL279.09º86.21%60.2%-
HSV(B)279.09º72.61%94.51%-
XYZ36.6519.9585.14-
YUV120.04196.27170.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.96%
GREEN value IS 66 (26.17% from 255) = 13.55%
BLUE value IS 241 (94.53% from 255) = 49.49%
R=36.96%
G=13.55%
B=49.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal180662410.250.7300.05279.0986.2160.2
HexB442F1194905117563c
Octal264102361311110542712674
Binary1011010010000101111000111001100100101011000101111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B442F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B442F1; }

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

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

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

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

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

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

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

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