#B769E4

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

Shades of Medium Orchid #B769E4

Tints of Medium Orchid #B769E4

Color information

#B769E4 (or 0xB769E4) is unknown color: approx Medium Orchid. HEX triplet: B7, 69 and E4. RGB value is (183,105,228). Sum of RGB (Red+Green+Blue) = 183+105+228=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #B769E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B769E4 is #48961B. Grayscale: #8D8D8D. Windows color (decimal): -4757020 or 14969271. OLE color: 14969271.

HSL color Cylindrical-coordinate representation of color #B769E4: hue angle of 278.05º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B769E4 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB183105228-
CMYK0.200.5400.11
HSL278.05º69.49%65.29%-
HSV(B)278.05º53.95%89.41%-
XYZ38.5825.7776.34-
YUV142.34176.34157-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.47%
GREEN value IS 105 (41.41% from 255) = 20.35%
BLUE value IS 228 (89.45% from 255) = 44.19%
R=35.47%
G=20.35%
B=44.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1831052280.200.5400.11278.0569.4965.29
HexB769E414360B1164541
Octal2671513442466013426105101
Binary10110111110100111100100101001101100101110001011010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B769E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B769E4; }

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

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

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

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

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

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

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

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