#B954CA

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

Shades of Medium Orchid #B954CA

Tints of Medium Orchid #B954CA

Color information

#B954CA (or 0xB954CA) is unknown color: approx Medium Orchid. HEX triplet: B9, 54 and CA. RGB value is (185,84,202). Sum of RGB (Red+Green+Blue) = 185+84+202=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #B954CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B954CA is #46AB35. Grayscale: #7F7F7F. Windows color (decimal): -4631350 or 13259961. OLE color: 13259961.

HSL color Cylindrical-coordinate representation of color #B954CA: hue angle of 291.36º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B954CA is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18584202-
CMYK0.080.5800.21
HSL291.36º52.68%56.08%-
HSV(B)291.36º58.42%79.22%-
XYZ33.8420.9258.13-
YUV127.65169.96168.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.28%
GREEN value IS 84 (33.20% from 255) = 17.83%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=39.28%
G=17.83%
B=42.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185842020.080.5800.21291.3652.6856.08
HexB954CA83A0151233538
Octal27112431210720254436570
Binary101110011010100110010101000111010010101100100011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B954CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B954CA; }

 p { color: rgb(185,84,202); }

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

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

 a { background-color: rgb(185,84,202); }

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

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

 span { border-color: rgb(185,84,202); }

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