#B45CFF

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

Shades of Medium Orchid #B45CFF

Tints of Medium Orchid #B45CFF

Color information

#B45CFF (or 0xB45CFF) is unknown color: approx Medium Orchid. HEX triplet: B4, 5C and FF. RGB value is (180,92,255). Sum of RGB (Red+Green+Blue) = 180+92+255=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 92 (36.33% from 255 or 17.46% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #B45CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45CFF is #4BA300. Grayscale: #888888. Windows color (decimal): -4956929 or 16735412. OLE color: 16735412.

HSL color Cylindrical-coordinate representation of color #B45CFF: hue angle of 272.39º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B45CFF is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18092255-
CMYK0.290.6400
HSL272.39º100%68.04%-
HSV(B)272.39º63.92%100%-
XYZ40.724.5897.21-
YUV136.89194.65158.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.16%
GREEN value IS 92 (36.33% from 255) = 17.46%
BLUE value IS 255 (100% from 255) = 48.39%
R=34.16%
G=17.46%
B=48.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal180922550.290.6400272.3910068.04
HexB45CFF1D40001106444
Octal2641343773510000420144104
Binary101101001011100111111111110110000000010001000011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45CFF; }

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

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

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

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

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

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

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

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