#B971DA

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

Shades of Medium Orchid #B971DA

Tints of Medium Orchid #B971DA

Color information

#B971DA (or 0xB971DA) is unknown color: approx Medium Orchid. HEX triplet: B9, 71 and DA. RGB value is (185,113,218). Sum of RGB (Red+Green+Blue) = 185+113+218=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #B971DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971DA is #468E25. Grayscale: #929292. Windows color (decimal): -4623910 or 14315961. OLE color: 14315961.

HSL color Cylindrical-coordinate representation of color #B971DA: hue angle of 281.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B971DA is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185113218-
CMYK0.150.4800.15
HSL281.14º58.66%64.9%-
HSV(B)281.14º48.17%85.49%-
XYZ38.5727.1969.54-
YUV146.5168.35155.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.85%
GREEN value IS 113 (44.53% from 255) = 21.90%
BLUE value IS 218 (85.55% from 255) = 42.25%
R=35.85%
G=21.90%
B=42.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851132180.150.4800.15281.1458.6664.9
HexB971DAF300F1193b41
Octal271161332176001743173101
Binary101110011110001110110101111110000011111000110011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B971DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B971DA; }

 p { color: rgb(185,113,218); }

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

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

 a { background-color: rgb(185,113,218); }

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

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

 span { border-color: rgb(185,113,218); }

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