#B454CD

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

Shades of Medium Orchid #B454CD

Tints of Medium Orchid #B454CD

Color information

#B454CD (or 0xB454CD) is unknown color: approx Medium Orchid. HEX triplet: B4, 54 and CD. RGB value is (180,84,205). Sum of RGB (Red+Green+Blue) = 180+84+205=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #B454CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B454CD is #4BAB32. Grayscale: #7E7E7E. Windows color (decimal): -4959027 or 13456564. OLE color: 13456564.

HSL color Cylindrical-coordinate representation of color #B454CD: hue angle of 287.6º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B454CD is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18084205-
CMYK0.120.5900.20
HSL287.6º54.75%56.67%-
HSV(B)287.6º59.02%80.39%-
XYZ33.0120.4559.97-
YUV126.5172.3166.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 84 (33.20% from 255) = 17.91%
BLUE value IS 205 (80.47% from 255) = 43.71%
R=38.38%
G=17.91%
B=43.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal180842050.120.5900.20287.654.7556.67
HexB454CDC3B0141203739
Octal26412431514730244406771
Binary101101001010100110011011100111011010100100100000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B454CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B454CD; }

 p { color: rgb(180,84,205); }

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

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

 a { background-color: rgb(180,84,205); }

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

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

 span { border-color: rgb(180,84,205); }

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