#B45CDD

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

Shades of Medium Orchid #B45CDD

Tints of Medium Orchid #B45CDD

Color information

#B45CDD (or 0xB45CDD) is unknown color: approx Medium Orchid. HEX triplet: B4, 5C and DD. RGB value is (180,92,221). Sum of RGB (Red+Green+Blue) = 180+92+221=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 92 (36.33% from 255 or 18.66% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #B45CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45CDD is #4BA322. Grayscale: #848484. Windows color (decimal): -4956963 or 14507188. OLE color: 14507188.

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

Color convert

RGB18092221-
CMYK0.190.5800.13
HSL280.93º65.48%61.37%-
HSV(B)280.93º58.37%86.67%-
XYZ35.722.5870.88-
YUV133.02177.65161.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.51%
GREEN value IS 92 (36.33% from 255) = 18.66%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=36.51%
G=18.66%
B=44.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal180922210.190.5800.13280.9365.4861.37
HexB45CDD133A0D119413d
Octal264134335237201543110175
Binary1011010010111001101110110011111010011011000110011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45CDD; }

 p { color: rgb(180,92,221); }

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

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

 a { background-color: rgb(180,92,221); }

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

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

 span { border-color: rgb(180,92,221); }

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