#B43ED7

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

Shades of Medium Orchid #B43ED7

Tints of Medium Orchid #B43ED7

Color information

#B43ED7 (or 0xB43ED7) is unknown color: approx Medium Orchid. HEX triplet: B4, 3E and D7. RGB value is (180,62,215). Sum of RGB (Red+Green+Blue) = 180+62+215=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 62 (24.61% from 255 or 13.57% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #B43ED7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B43ED7 is #4BC128. Grayscale: #727272. Windows color (decimal): -4964649 or 14106292. OLE color: 14106292.

HSL color Cylindrical-coordinate representation of color #B43ED7: hue angle of 286.27º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B43ED7 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18062215-
CMYK0.160.7100.16
HSL286.27º65.67%54.31%-
HSV(B)286.27º71.16%84.31%-
XYZ32.8118.0566.05-
YUV114.72184.59174.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.39%
GREEN value IS 62 (24.61% from 255) = 13.57%
BLUE value IS 215 (84.38% from 255) = 47.05%
R=39.39%
G=13.57%
B=47.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180622150.160.7100.16286.2765.6754.31
HexB43ED7104701011e4236
Octal264763272010702043610266
Binary10110100111110110101111000010001110100001000111101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43ED7; }

 p { color: rgb(180,62,215); }

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

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

 a { background-color: rgb(180,62,215); }

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

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

 span { border-color: rgb(180,62,215); }

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