#B769EA

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

Shades of Medium Orchid #B769EA

Tints of Medium Orchid #B769EA

Color information

#B769EA (or 0xB769EA) is unknown color: approx Medium Orchid. HEX triplet: B7, 69 and EA. RGB value is (183,105,234). Sum of RGB (Red+Green+Blue) = 183+105+234=522 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.06% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #B769EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B769EA is #489615. Grayscale: #8E8E8E. Windows color (decimal): -4757014 or 15362487. OLE color: 15362487.

HSL color Cylindrical-coordinate representation of color #B769EA: hue angle of 276.28º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B769EA is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183105234-
CMYK0.220.5500.08
HSL276.28º75.44%66.47%-
HSV(B)276.28º55.13%91.76%-
XYZ39.4326.1180.8-
YUV143.03179.34156.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.06%
GREEN value IS 105 (41.41% from 255) = 20.11%
BLUE value IS 234 (91.80% from 255) = 44.83%
R=35.06%
G=20.11%
B=44.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831052340.220.5500.08276.2875.4466.47
HexB769EA1637081144b42
Octal2671513522667010424113102
Binary10110111110100111101010101101101110100010001010010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B769EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B769EA; }

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

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

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

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

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

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

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

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