#B45CDF

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

Shades of Medium Orchid #B45CDF

Tints of Medium Orchid #B45CDF

Color information

#B45CDF (or 0xB45CDF) is unknown color: approx Medium Orchid. HEX triplet: B4, 5C and DF. RGB value is (180,92,223). Sum of RGB (Red+Green+Blue) = 180+92+223=495 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.36% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #B45CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B45CDF is #4BA320. Grayscale: #848484. Windows color (decimal): -4956961 or 14638260. OLE color: 14638260.

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

Color convert

RGB18092223-
CMYK0.190.5900.13
HSL280.31º67.18%61.76%-
HSV(B)280.31º58.74%87.45%-
XYZ35.9722.6972.29-
YUV133.25178.65161.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.36%
GREEN value IS 92 (36.33% from 255) = 18.59%
BLUE value IS 223 (87.5% from 255) = 45.05%
R=36.36%
G=18.59%
B=45.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal180922230.190.5900.13280.3167.1861.76
HexB45CDF133B0D118433e
Octal264134337237301543010376
Binary1011010010111001101111110011111011011011000110001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45CDF; }

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

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

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

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

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

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

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

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