#B775E0

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

Shades of Medium Orchid #B775E0

Tints of Medium Orchid #B775E0

Color information

#B775E0 (or 0xB775E0) is unknown color: approx Medium Orchid. HEX triplet: B7, 75 and E0. RGB value is (183,117,224). Sum of RGB (Red+Green+Blue) = 183+117+224=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 117 (46.09% from 255 or 22.33% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: blue. Hex color #B775E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B775E0 is #488A1F. Grayscale: #949494. Windows color (decimal): -4753952 or 14710199. OLE color: 14710199.

HSL color Cylindrical-coordinate representation of color #B775E0: hue angle of 277.01º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B775E0 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB183117224-
CMYK0.180.4800.12
HSL277.01º63.31%66.86%-
HSV(B)277.01º47.77%87.84%-
XYZ39.3428.1773.89-
YUV148.93170.37152.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.92%
GREEN value IS 117 (46.09% from 255) = 22.33%
BLUE value IS 224 (87.89% from 255) = 42.75%
R=34.92%
G=22.33%
B=42.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1831172240.180.4800.12277.0163.3166.86
HexB775E012300C1153f43
Octal267165340226001442577103
Binary1011011111101011110000010010110000011001000101011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B775E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B775E0; }

 p { color: rgb(183,117,224); }

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

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

 a { background-color: rgb(183,117,224); }

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

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

 span { border-color: rgb(183,117,224); }

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