#B769D0

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

Shades of Medium Orchid #B769D0

Tints of Medium Orchid #B769D0

Color information

#B769D0 (or 0xB769D0) is unknown color: approx Medium Orchid. HEX triplet: B7, 69 and D0. RGB value is (183,105,208). Sum of RGB (Red+Green+Blue) = 183+105+208=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 208 (81.64% from 255 or 41.94% from 496); Max value from RGB is 208 - color contains mainly: blue. Hex color #B769D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769D0 is #48962F. Grayscale: #8B8B8B. Windows color (decimal): -4757040 or 13658551. OLE color: 13658551.

HSL color Cylindrical-coordinate representation of color #B769D0: hue angle of 285.44º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B769D0 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB183105208-
CMYK0.120.5000.18
HSL285.44º52.28%61.37%-
HSV(B)285.44º49.52%81.57%-
XYZ35.9724.7262.55-
YUV140.06166.34158.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.90%
GREEN value IS 105 (41.41% from 255) = 21.17%
BLUE value IS 208 (81.64% from 255) = 41.94%
R=36.90%
G=21.17%
B=41.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1831052080.120.5000.18285.4452.2861.37
HexB769D0C3201211d343d
Octal26715132014620224356475
Binary101101111101001110100001100110010010010100011101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B769D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B769D0; }

 p { color: rgb(183,105,208); }

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

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

 a { background-color: rgb(183,105,208); }

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

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

 span { border-color: rgb(183,105,208); }

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