#B769F5

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

Shades of Medium Orchid #B769F5

Tints of Medium Orchid #B769F5

Color information

#B769F5 (or 0xB769F5) is unknown color: approx Medium Orchid. HEX triplet: B7, 69 and F5. RGB value is (183,105,245). Sum of RGB (Red+Green+Blue) = 183+105+245=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #B769F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B769F5 is #48960A. Grayscale: #8F8F8F. Windows color (decimal): -4757003 or 16083383. OLE color: 16083383.

HSL color Cylindrical-coordinate representation of color #B769F5: hue angle of 273.43º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B769F5 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB183105245-
CMYK0.250.5700.04
HSL273.43º87.5%68.63%-
HSV(B)273.43º57.14%96.08%-
XYZ41.0626.7689.39-
YUV144.28184.84155.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.33%
GREEN value IS 105 (41.41% from 255) = 19.70%
BLUE value IS 245 (96.09% from 255) = 45.97%
R=34.33%
G=19.70%
B=45.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1831052450.250.5700.04273.4387.568.63
HexB769F51939041115845
Octal267151365317104421130105
Binary1011011111010011111010111001111001010010001000110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B769F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B769F5; }

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

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

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

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

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

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

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

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