#B773E4

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

Shades of Medium Orchid #B773E4

Tints of Medium Orchid #B773E4

Color information

#B773E4 (or 0xB773E4) is unknown color: approx Medium Orchid. HEX triplet: B7, 73 and E4. RGB value is (183,115,228). Sum of RGB (Red+Green+Blue) = 183+115+228=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 115 (45.31% from 255 or 21.86% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #B773E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B773E4 is #488C1B. Grayscale: #939393. Windows color (decimal): -4754460 or 14971831. OLE color: 14971831.

HSL color Cylindrical-coordinate representation of color #B773E4: hue angle of 276.11º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B773E4 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB183115228-
CMYK0.200.5000.11
HSL276.11º67.66%67.25%-
HSV(B)276.11º49.56%89.41%-
XYZ39.6627.9376.7-
YUV148.21173.03152.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.79%
GREEN value IS 115 (45.31% from 255) = 21.86%
BLUE value IS 228 (89.45% from 255) = 43.35%
R=34.79%
G=21.86%
B=43.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1831152280.200.5000.11276.1167.6667.25
HexB773E414320B1144443
Octal2671633442462013424104103
Binary10110111111001111100100101001100100101110001010010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B773E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B773E4; }

 p { color: rgb(183,115,228); }

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

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

 a { background-color: rgb(183,115,228); }

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

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

 span { border-color: rgb(183,115,228); }

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