#B972CC

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

Shades of Medium Orchid #B972CC

Tints of Medium Orchid #B972CC

Color information

#B972CC (or 0xB972CC) is unknown color: approx Medium Orchid. HEX triplet: B9, 72 and CC. RGB value is (185,114,204). Sum of RGB (Red+Green+Blue) = 185+114+204=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #B972CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972CC is #468D33. Grayscale: #919191. Windows color (decimal): -4623668 or 13398713. OLE color: 13398713.

HSL color Cylindrical-coordinate representation of color #B972CC: hue angle of 287.33º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B972CC is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185114204-
CMYK0.090.4400.2
HSL287.33º46.88%62.35%-
HSV(B)287.33º44.12%80%-
XYZ36.9226.7160.34-
YUV145.49161.02156.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.78%
GREEN value IS 114 (44.92% from 255) = 22.66%
BLUE value IS 204 (80.08% from 255) = 40.56%
R=36.78%
G=22.66%
B=40.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851142040.090.4400.2287.3346.8862.35
HexB972CC92C01411f2f3e
Octal27116231411540244375776
Binary101110011110010110011001001101100010100100011111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B972CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B972CC; }

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

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

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

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

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

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

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

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