#B775DB

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

Shades of Medium Orchid #B775DB

Tints of Medium Orchid #B775DB

Color information

#B775DB (or 0xB775DB) is unknown color: approx Medium Orchid. HEX triplet: B7, 75 and DB. RGB value is (183,117,219). Sum of RGB (Red+Green+Blue) = 183+117+219=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #B775DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B775DB is #488A24. Grayscale: #949494. Windows color (decimal): -4753957 or 14382519. OLE color: 14382519.

HSL color Cylindrical-coordinate representation of color #B775DB: hue angle of 278.82º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B775DB is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183117219-
CMYK0.160.4700.14
HSL278.82º58.62%65.88%-
HSV(B)278.82º46.58%85.88%-
XYZ38.6827.970.37-
YUV148.36167.87152.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.26%
GREEN value IS 117 (46.09% from 255) = 22.54%
BLUE value IS 219 (85.94% from 255) = 42.20%
R=35.26%
G=22.54%
B=42.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831172190.160.4700.14278.8258.6265.88
HexB775DB102F0E1173b42
Octal267165333205701642773102
Binary1011011111101011101101110000101111011101000101111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B775DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B775DB; }

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

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

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

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

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

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

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

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