#B43CEC

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

Shades of Medium Orchid #B43CEC

Tints of Medium Orchid #B43CEC

Color information

#B43CEC (or 0xB43CEC) is unknown color: approx Medium Orchid. HEX triplet: B4, 3C and EC. RGB value is (180,60,236). Sum of RGB (Red+Green+Blue) = 180+60+236=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 60 (23.83% from 255 or 12.61% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #B43CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43CEC is #4BC313. Grayscale: #737373. Windows color (decimal): -4965140 or 15482036. OLE color: 15482036.

HSL color Cylindrical-coordinate representation of color #B43CEC: hue angle of 280.91º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B43CEC is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18060236-
CMYK0.240.7500.07
HSL280.91º82.24%58.04%-
HSV(B)280.91º74.58%92.55%-
XYZ35.5818.9981.15-
YUV115.94195.76173.69-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 60 (23.83% from 255) = 12.61%
BLUE value IS 236 (92.58% from 255) = 49.58%
R=37.82%
G=12.61%
B=49.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal180602360.240.7500.07280.9182.2458.04
HexB43CEC184B07119523a
Octal26474354301130743112272
Binary101101001111001110110011000100101101111000110011010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43CEC; }

 p { color: rgb(180,60,236); }

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

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

 a { background-color: rgb(180,60,236); }

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

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

 span { border-color: rgb(180,60,236); }

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