#B43CE7

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

Shades of Medium Orchid #B43CE7

Tints of Medium Orchid #B43CE7

Color information

#B43CE7 (or 0xB43CE7) is unknown color: approx Medium Orchid. HEX triplet: B4, 3C and E7. RGB value is (180,60,231). Sum of RGB (Red+Green+Blue) = 180+60+231=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 60 (23.83% from 255 or 12.74% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #B43CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B43CE7 is #4BC318. Grayscale: #727272. Windows color (decimal): -4965145 or 15154356. OLE color: 15154356.

HSL color Cylindrical-coordinate representation of color #B43CE7: hue angle of 282.11º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B43CE7 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18060231-
CMYK0.220.7400.09
HSL282.11º78.08%57.06%-
HSV(B)282.11º74.03%90.59%-
XYZ34.8618.777.37-
YUV115.37193.26174.1-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.22%
GREEN value IS 60 (23.83% from 255) = 12.74%
BLUE value IS 231 (90.62% from 255) = 49.04%
R=38.22%
G=12.74%
B=49.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal180602310.220.7400.09282.1178.0857.06
HexB43CE7164A0911a4e39
Octal264743472611201143211671
Binary1011010011110011100111101101001010010011000110101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43CE7; }

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

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

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

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

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

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

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

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