#B45DFC

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

Shades of Medium Orchid #B45DFC

Tints of Medium Orchid #B45DFC

Color information

#B45DFC (or 0xB45DFC) is unknown color: approx Medium Orchid. HEX triplet: B4, 5D and FC. RGB value is (180,93,252). Sum of RGB (Red+Green+Blue) = 180+93+252=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #B45DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45DFC is #4BA203. Grayscale: #888888. Windows color (decimal): -4956676 or 16539060. OLE color: 16539060.

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

Color convert

RGB18093252-
CMYK0.290.6300.01
HSL272.83º96.36%67.65%-
HSV(B)272.83º63.1%98.82%-
XYZ40.3124.5694.71-
YUV137.14192.82158.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 93 (36.72% from 255) = 17.71%
BLUE value IS 252 (98.83% from 255) = 48%
R=34.29%
G=17.71%
B=48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal180932520.290.6300.01272.8396.3667.65
HexB45DFC1D3F011116044
Octal264135374357701421140104
Binary10110100101110111111100111011111110110001000111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45DFC; }

 p { color: rgb(180,93,252); }

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

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

 a { background-color: rgb(180,93,252); }

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

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

 span { border-color: rgb(180,93,252); }

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