#B54CFD

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

Shades of Medium Orchid #B54CFD

Tints of Medium Orchid #B54CFD

Color information

#B54CFD (or 0xB54CFD) is unknown color: approx Medium Orchid. HEX triplet: B5, 4C and FD. RGB value is (181,76,253). Sum of RGB (Red+Green+Blue) = 181+76+253=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 76 (30.08% from 255 or 14.90% from 510); Blue value is 253 (99.22% from 255 or 49.61% from 510); Max value from RGB is 253 - color contains mainly: blue. Hex color #B54CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B54CFD is #4AB302. Grayscale: #7E7E7E. Windows color (decimal): -4895491 or 16600245. OLE color: 16600245.

HSL color Cylindrical-coordinate representation of color #B54CFD: hue angle of 275.59º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B54CFD is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18176253-
CMYK0.280.7000.01
HSL275.59º97.79%64.51%-
HSV(B)275.59º69.96%99.22%-
XYZ39.3722.0895.12-
YUV127.57198.79166.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.49%
GREEN value IS 76 (30.08% from 255) = 14.90%
BLUE value IS 253 (99.22% from 255) = 49.61%
R=35.49%
G=14.90%
B=49.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal181762530.280.7000.01275.5997.7964.51
HexB54CFD1C46011146241
Octal2651143753410601424142101
Binary101101011001100111111011110010001100110001010011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54CFD; }

 p { color: rgb(181,76,253); }

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

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

 a { background-color: rgb(181,76,253); }

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

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

 span { border-color: rgb(181,76,253); }

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