#b43cce

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

Shades of Medium Orchid #B43CCE

Tints of Medium Orchid #B43CCE

Color information

#B43CCE (or 0xB43CCE) is unknown color: approx Medium Orchid. HEX triplet: B4, 3C and CE. RGB value is (180,60,206). Sum of RGB (Red+Green+Blue) = 180+60+206=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #B43CCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43CCE is #4BC331. Grayscale: #707070. Windows color (decimal): -4965170 or 13515956. OLE color: 13515956.

HSL color Cylindrical-coordinate representation of color #B43CCE: hue angle of 289.32º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43CCE is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18060206-
CMYK0.130.7100.19
HSL289.32º59.84%52.16%-
HSV(B)289.32º70.87%80.78%-
XYZ31.5817.3960.08-
YUV112.52180.76176.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 60 (23.83% from 255) = 13.45%
BLUE value IS 206 (80.86% from 255) = 46.19%
R=40.36%
G=13.45%
B=46.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal180602060.130.7100.19289.3259.8452.16
HexB43CCED470131213c34
Octal26474316151070234417464
Binary101101001111001100111011011000111010011100100001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b43cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b43cce; }

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

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

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

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

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

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

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

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