#B971EB

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

Shades of Medium Orchid #B971EB

Tints of Medium Orchid #B971EB

Color information

#B971EB (or 0xB971EB) is unknown color: approx Medium Orchid. HEX triplet: B9, 71 and EB. RGB value is (185,113,235). Sum of RGB (Red+Green+Blue) = 185+113+235=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #B971EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B971EB is #468E14. Grayscale: #949494. Windows color (decimal): -4623893 or 15430073. OLE color: 15430073.

HSL color Cylindrical-coordinate representation of color #B971EB: hue angle of 275.41º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B971EB is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB185113235-
CMYK0.210.5200.08
HSL275.41º75.31%68.24%-
HSV(B)275.41º51.91%92.16%-
XYZ40.9128.1281.87-
YUV148.44176.85154.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.71%
GREEN value IS 113 (44.53% from 255) = 21.20%
BLUE value IS 235 (92.19% from 255) = 44.09%
R=34.71%
G=21.20%
B=44.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851132350.210.5200.08275.4175.3168.24
HexB971EB1534081134b44
Octal2711613532564010423113104
Binary10111001111000111101011101011101000100010001001110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B971EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B971EB; }

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

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

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

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

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

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

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

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