#B971CD

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

Shades of Medium Orchid #B971CD

Tints of Medium Orchid #B971CD

Color information

#B971CD (or 0xB971CD) is unknown color: approx Medium Orchid. HEX triplet: B9, 71 and CD. RGB value is (185,113,205). Sum of RGB (Red+Green+Blue) = 185+113+205=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #B971CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B971CD is #468E32. Grayscale: #909090. Windows color (decimal): -4623923 or 13463993. OLE color: 13463993.

HSL color Cylindrical-coordinate representation of color #B971CD: hue angle of 286.96º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B971CD is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185113205-
CMYK0.100.4500.20
HSL286.96º47.92%62.35%-
HSV(B)286.96º44.88%80.39%-
XYZ36.9326.5360.93-
YUV145.02161.85156.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.78%
GREEN value IS 113 (44.53% from 255) = 22.47%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=36.78%
G=22.47%
B=40.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851132050.100.4500.20286.9647.9262.35
HexB971CDA2D01411f303e
Octal27116131512550244376076
Binary101110011110001110011011010101101010100100011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B971CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B971CD; }

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

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

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

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

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

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

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

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