#B769DA

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

Shades of Medium Orchid #B769DA

Tints of Medium Orchid #B769DA

Color information

#B769DA (or 0xB769DA) is unknown color: approx Medium Orchid. HEX triplet: B7, 69 and DA. RGB value is (183,105,218). Sum of RGB (Red+Green+Blue) = 183+105+218=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #B769DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769DA is #489625. Grayscale: #8C8C8C. Windows color (decimal): -4757030 or 14313911. OLE color: 14313911.

HSL color Cylindrical-coordinate representation of color #B769DA: hue angle of 281.42º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B769DA is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183105218-
CMYK0.160.5200.15
HSL281.42º60.43%63.33%-
HSV(B)281.42º51.83%85.49%-
XYZ37.2325.2369.24-
YUV141.2171.34157.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.17%
GREEN value IS 105 (41.41% from 255) = 20.75%
BLUE value IS 218 (85.55% from 255) = 43.08%
R=36.17%
G=20.75%
B=43.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831052180.160.5200.15281.4260.4363.33
HexB769DA10340F1193c3f
Octal26715133220640174317477
Binary101101111101001110110101000011010001111100011001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B769DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B769DA; }

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

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

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

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

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

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

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

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