#B774CB

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

Shades of Medium Orchid #B774CB

Tints of Medium Orchid #B774CB

Color information

#B774CB (or 0xB774CB) is unknown color: approx Medium Orchid. HEX triplet: B7, 74 and CB. RGB value is (183,116,203). Sum of RGB (Red+Green+Blue) = 183+116+203=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #B774CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B774CB is #488B34. Grayscale: #919191. Windows color (decimal): -4754229 or 13333687. OLE color: 13333687.

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

Color convert

RGB183116203-
CMYK0.100.4300.20
HSL286.21º45.55%62.55%-
HSV(B)286.21º42.86%79.61%-
XYZ36.5526.8759.76-
YUV145.95160.2154.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.45%
GREEN value IS 116 (45.70% from 255) = 23.11%
BLUE value IS 203 (79.69% from 255) = 40.44%
R=36.45%
G=23.11%
B=40.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1831162030.100.4300.20286.2145.5562.55
HexB774CBA2B01411e2e3f
Octal26716431312530244365677
Binary101101111110100110010111010101011010100100011110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B774CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B774CB; }

 p { color: rgb(183,116,203); }

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

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

 a { background-color: rgb(183,116,203); }

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

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

 span { border-color: rgb(183,116,203); }

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