#B95ACA

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

Shades of Medium Orchid #B95ACA

Tints of Medium Orchid #B95ACA

Color information

#B95ACA (or 0xB95ACA) is unknown color: approx Medium Orchid. HEX triplet: B9, 5A and CA. RGB value is (185,90,202). Sum of RGB (Red+Green+Blue) = 185+90+202=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #B95ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95ACA is #46A535. Grayscale: #828282. Windows color (decimal): -4629814 or 13261497. OLE color: 13261497.

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

Color convert

RGB18590202-
CMYK0.080.5500.21
HSL290.89º51.38%57.25%-
HSV(B)290.89º55.45%79.22%-
XYZ34.3221.8958.29-
YUV131.17167.97166.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.78%
GREEN value IS 90 (35.55% from 255) = 18.87%
BLUE value IS 202 (79.30% from 255) = 42.35%
R=38.78%
G=18.87%
B=42.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185902020.080.5500.21290.8951.3857.25
HexB95ACA8370151233339
Octal27113231210670254436371
Binary101110011011010110010101000110111010101100100011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95ACA; }

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

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

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

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

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

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

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

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