#b451ce

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

Shades of Medium Orchid #B451CE

Tints of Medium Orchid #B451CE

Color information

#B451CE (or 0xB451CE) is unknown color: approx Medium Orchid. HEX triplet: B4, 51 and CE. RGB value is (180,81,206). Sum of RGB (Red+Green+Blue) = 180+81+206=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #B451CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B451CE is #4BAE31. Grayscale: #7C7C7C. Windows color (decimal): -4959794 or 13521332. OLE color: 13521332.

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

Color convert

RGB18081206-
CMYK0.130.6100.19
HSL287.52º56.05%56.27%-
HSV(B)287.52º60.68%80.78%-
XYZ32.9120.0460.53-
YUV124.85173.8167.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 81 (32.03% from 255) = 17.34%
BLUE value IS 206 (80.86% from 255) = 44.11%
R=38.54%
G=17.34%
B=44.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal180812060.130.6100.19287.5256.0556.27
HexB451CED3D0131203838
Octal26412131615750234407070
Binary101101001010001110011101101111101010011100100000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b451ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b451ce; }

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

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

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

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

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

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

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

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