#B45FCC

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

Shades of Medium Orchid #B45FCC

Tints of Medium Orchid #B45FCC

Color information

#B45FCC (or 0xB45FCC) is unknown color: approx Medium Orchid. HEX triplet: B4, 5F and CC. RGB value is (180,95,204). Sum of RGB (Red+Green+Blue) = 180+95+204=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #B45FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45FCC is #4BA033. Grayscale: #848484. Windows color (decimal): -4956212 or 13393844. OLE color: 13393844.

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

Color convert

RGB18095204-
CMYK0.120.5300.2
HSL286.79º51.66%58.63%-
HSV(B)286.79º53.43%80%-
XYZ33.8122.2559.64-
YUV132.84168.16161.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 95 (37.5% from 255) = 19.83%
BLUE value IS 204 (80.08% from 255) = 42.59%
R=37.58%
G=19.83%
B=42.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal180952040.120.5300.2286.7951.6658.63
HexB45FCCC3501411f343b
Octal26413731414650244376473
Binary101101001011111110011001100110101010100100011111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45FCC; }

 p { color: rgb(180,95,204); }

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

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

 a { background-color: rgb(180,95,204); }

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

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

 span { border-color: rgb(180,95,204); }

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