#B143FF

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

Shades of Medium Orchid #B143FF

Tints of Medium Orchid #B143FF

Color information

#B143FF (or 0xB143FF) is unknown color: approx Medium Orchid. HEX triplet: B1, 43 and FF. RGB value is (177,67,255). Sum of RGB (Red+Green+Blue) = 177+67+255=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 67 (26.56% from 255 or 13.43% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #B143FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B143FF is #4EBC00. Grayscale: #787878. Windows color (decimal): -5159937 or 16729009. OLE color: 16729009.

HSL color Cylindrical-coordinate representation of color #B143FF: hue angle of 275.11º 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 #B143FF is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17767255-
CMYK0.310.7400
HSL275.11º100%63.14%-
HSV(B)275.11º73.73%100%-
XYZ38.1920.5896.57-
YUV121.32203.44167.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.47%
GREEN value IS 67 (26.56% from 255) = 13.43%
BLUE value IS 255 (100% from 255) = 51.10%
R=35.47%
G=13.43%
B=51.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal177672550.310.7400275.1110063.14
HexB143FF1F4A00113643f
Octal261103377371120042314477
Binary10110001100001111111111111111001010001000100111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B143FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B143FF; }

 p { color: rgb(177,67,255); }

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

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

 a { background-color: rgb(177,67,255); }

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

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

 span { border-color: rgb(177,67,255); }

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