#B972ED

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

Shades of Medium Orchid #B972ED

Tints of Medium Orchid #B972ED

Color information

#B972ED (or 0xB972ED) is unknown color: approx Medium Orchid. HEX triplet: B9, 72 and ED. RGB value is (185,114,237). Sum of RGB (Red+Green+Blue) = 185+114+237=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 114 (44.92% from 255 or 21.27% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #B972ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B972ED is #468D12. Grayscale: #949494. Windows color (decimal): -4623635 or 15561401. OLE color: 15561401.

HSL color Cylindrical-coordinate representation of color #B972ED: hue angle of 274.63º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B972ED is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185114237-
CMYK0.220.5200.07
HSL274.63º77.36%68.82%-
HSV(B)274.63º51.9%92.94%-
XYZ41.3128.4683.44-
YUV149.25177.52153.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 114 (44.92% from 255) = 21.27%
BLUE value IS 237 (92.97% from 255) = 44.22%
R=34.51%
G=21.27%
B=44.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851142370.220.5200.07274.6377.3668.82
HexB972ED1634071134d45
Octal271162355266407423115105
Binary1011100111100101110110110110110100011110001001110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B972ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B972ED; }

 p { color: rgb(185,114,237); }

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

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

 a { background-color: rgb(185,114,237); }

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

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

 span { border-color: rgb(185,114,237); }

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