#B671CB

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

Shades of Medium Orchid #B671CB

Tints of Medium Orchid #B671CB

Color information

#B671CB (or 0xB671CB) is unknown color: approx Medium Orchid. HEX triplet: B6, 71 and CB. RGB value is (182,113,203). Sum of RGB (Red+Green+Blue) = 182+113+203=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #B671CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B671CB is #498E34. Grayscale: #8F8F8F. Windows color (decimal): -4820533 or 13332918. OLE color: 13332918.

HSL color Cylindrical-coordinate representation of color #B671CB: hue angle of 286º degrees, saturation: 0.46, 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 #B671CB is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182113203-
CMYK0.100.4400.20
HSL286º46.39%61.96%-
HSV(B)286º44.33%79.61%-
XYZ35.9826.0759.64-
YUV143.89161.36155.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 113 (44.53% from 255) = 22.69%
BLUE value IS 203 (79.69% from 255) = 40.76%
R=36.55%
G=22.69%
B=40.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821132030.100.4400.2028646.3961.96
HexB671CBA2C01411e2e3e
Octal26616131312540244365676
Binary101101101110001110010111010101100010100100011110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B671CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B671CB; }

 p { color: rgb(182,113,203); }

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

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

 a { background-color: rgb(182,113,203); }

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

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

 span { border-color: rgb(182,113,203); }

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