#B14BCA

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

Shades of Medium Orchid #B14BCA

Tints of Medium Orchid #B14BCA

Color information

#B14BCA (or 0xB14BCA) is unknown color: approx Medium Orchid. HEX triplet: B1, 4B and CA. RGB value is (177,75,202). Sum of RGB (Red+Green+Blue) = 177+75+202=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #B14BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14BCA is #4EB435. Grayscale: #777777. Windows color (decimal): -5157942 or 13257649. OLE color: 13257649.

HSL color Cylindrical-coordinate representation of color #B14BCA: hue angle of 288.19º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14BCA is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17775202-
CMYK0.120.6300.21
HSL288.19º54.51%54.31%-
HSV(B)288.19º62.87%79.22%-
XYZ31.3118.6457.83-
YUV119.98174.29168.67-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 38.99%
GREEN value IS 75 (29.69% from 255) = 16.52%
BLUE value IS 202 (79.30% from 255) = 44.49%
R=38.99%
G=16.52%
B=44.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal177752020.120.6300.21288.1954.5154.31
HexB14BCAC3F0151203736
Octal26111331214770254406766
Binary101100011001011110010101100111111010101100100000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14BCA; }

 p { color: rgb(177,75,202); }

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

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

 a { background-color: rgb(177,75,202); }

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

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

 span { border-color: rgb(177,75,202); }

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