#B45BFD

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

Shades of Medium Orchid #B45BFD

Tints of Medium Orchid #B45BFD

Color information

#B45BFD (or 0xB45BFD) is unknown color: approx Medium Orchid. HEX triplet: B4, 5B and FD. RGB value is (180,91,253). Sum of RGB (Red+Green+Blue) = 180+91+253=524 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.35% from 524); Green value is 91 (35.94% from 255 or 17.37% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #B45BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45BFD is #4BA402. Grayscale: #878787. Windows color (decimal): -4957187 or 16604084. OLE color: 16604084.

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

Color convert

RGB18091253-
CMYK0.290.6400.01
HSL272.96º97.59%67.45%-
HSV(B)272.96º64.03%99.22%-
XYZ40.2924.2895.49-
YUV136.08193.99159.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.35%
GREEN value IS 91 (35.94% from 255) = 17.37%
BLUE value IS 253 (99.22% from 255) = 48.28%
R=34.35%
G=17.37%
B=48.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal180912530.290.6400.01272.9697.5967.45
HexB45BFD1D40011116243
Octal2641333753510001421142103
Binary101101001011011111111011110110000000110001000111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45BFD; }

 p { color: rgb(180,91,253); }

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

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

 a { background-color: rgb(180,91,253); }

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

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

 span { border-color: rgb(180,91,253); }

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