#B775D5

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

Shades of Medium Orchid #B775D5

Tints of Medium Orchid #B775D5

Color information

#B775D5 (or 0xB775D5) is unknown color: approx Medium Orchid. HEX triplet: B7, 75 and D5. RGB value is (183,117,213). Sum of RGB (Red+Green+Blue) = 183+117+213=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #B775D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B775D5 is #488A2A. Grayscale: #939393. Windows color (decimal): -4753963 or 13989303. OLE color: 13989303.

HSL color Cylindrical-coordinate representation of color #B775D5: hue angle of 281.25º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B775D5 is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB183117213-
CMYK0.140.4500.16
HSL281.25º53.33%64.71%-
HSV(B)281.25º45.07%83.53%-
XYZ37.927.5966.28-
YUV147.68164.87153.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.67%
GREEN value IS 117 (46.09% from 255) = 22.81%
BLUE value IS 213 (83.59% from 255) = 41.52%
R=35.67%
G=22.81%
B=41.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831172130.140.4500.16281.2553.3364.71
HexB775D5E2D0101193541
Octal267165325165502043165101
Binary1011011111101011101010111101011010100001000110011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B775D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B775D5; }

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

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

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

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

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

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

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

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