#B14CFF

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

Shades of Medium Orchid #B14CFF

Tints of Medium Orchid #B14CFF

Color information

#B14CFF (or 0xB14CFF) is unknown color: approx Medium Orchid. HEX triplet: B1, 4C and FF. RGB value is (177,76,255). Sum of RGB (Red+Green+Blue) = 177+76+255=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 76 (30.08% from 255 or 14.96% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #B14CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14CFF is #4EB300. Grayscale: #7D7D7D. Windows color (decimal): -5157633 or 16731313. OLE color: 16731313.

HSL color Cylindrical-coordinate representation of color #B14CFF: hue angle of 273.85º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B14CFF is Cyan = 0.31, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17776255-
CMYK0.310.7000
HSL273.85º100%64.9%-
HSV(B)273.85º70.2%100%-
XYZ38.7721.7496.76-
YUV126.6200.46163.95-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.84%
GREEN value IS 76 (30.08% from 255) = 14.96%
BLUE value IS 255 (100% from 255) = 50.20%
R=34.84%
G=14.96%
B=50.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal177762550.310.7000273.8510064.9
HexB14CFF1F46001126441
Octal2611143773710600422144101
Binary101100011001100111111111111110001100010001001011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14CFF; }

 p { color: rgb(177,76,255); }

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

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

 a { background-color: rgb(177,76,255); }

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

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

 span { border-color: rgb(177,76,255); }

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