#B14DE4

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

Shades of Medium Orchid #B14DE4

Tints of Medium Orchid #B14DE4

Color information

#B14DE4 (or 0xB14DE4) is unknown color: approx Medium Orchid. HEX triplet: B1, 4D and E4. RGB value is (177,77,228). Sum of RGB (Red+Green+Blue) = 177+77+228=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #B14DE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DE4 is #4EB21B. Grayscale: #7B7B7B. Windows color (decimal): -5157404 or 14962097. OLE color: 14962097.

HSL color Cylindrical-coordinate representation of color #B14DE4: hue angle of 279.74º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B14DE4 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17777228-
CMYK0.220.6600.11
HSL279.74º73.66%59.8%-
HSV(B)279.74º66.23%89.41%-
XYZ34.7920.2675.48-
YUV124.11186.63165.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.72%
GREEN value IS 77 (30.47% from 255) = 15.98%
BLUE value IS 228 (89.45% from 255) = 47.30%
R=36.72%
G=15.98%
B=47.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal177772280.220.6600.11279.7473.6659.8
HexB14DE416420B1184a3c
Octal2611153442610201343011274
Binary10110001100110111100100101101000010010111000110001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14DE4; }

 p { color: rgb(177,77,228); }

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

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

 a { background-color: rgb(177,77,228); }

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

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

 span { border-color: rgb(177,77,228); }

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