#B769ED

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

Shades of Medium Orchid #B769ED

Tints of Medium Orchid #B769ED

Color information

#B769ED (or 0xB769ED) is unknown color: approx Medium Orchid. HEX triplet: B7, 69 and ED. RGB value is (183,105,237). Sum of RGB (Red+Green+Blue) = 183+105+237=525 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.86% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 237 (92.97% from 255 or 45.14% from 525); Max value from RGB is 237 - color contains mainly: blue. Hex color #B769ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B769ED is #489612. Grayscale: #8E8E8E. Windows color (decimal): -4757011 or 15559095. OLE color: 15559095.

HSL color Cylindrical-coordinate representation of color #B769ED: hue angle of 275.45º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B769ED is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183105237-
CMYK0.230.5600.07
HSL275.45º78.57%67.06%-
HSV(B)275.45º55.7%92.94%-
XYZ39.8726.2883.09-
YUV143.37180.84156.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.86%
GREEN value IS 105 (41.41% from 255) = 20%
BLUE value IS 237 (92.97% from 255) = 45.14%
R=34.86%
G=20%
B=45.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831052370.230.5600.07275.4578.5767.06
HexB769ED1738071134f43
Octal267151355277007423117103
Binary1011011111010011110110110111111000011110001001110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B769ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B769ED; }

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

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

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

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

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

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

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

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