#B469F5

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

Shades of Medium Orchid #B469F5

Tints of Medium Orchid #B469F5

Color information

#B469F5 (or 0xB469F5) is unknown color: approx Medium Orchid. HEX triplet: B4, 69 and F5. RGB value is (180,105,245). Sum of RGB (Red+Green+Blue) = 180+105+245=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 245 (96.09% from 255 or 46.23% from 530); Max value from RGB is 245 - color contains mainly: blue. Hex color #B469F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B469F5 is #4B960A. Grayscale: #8E8E8E. Windows color (decimal): -4953611 or 16083380. OLE color: 16083380.

HSL color Cylindrical-coordinate representation of color #B469F5: hue angle of 272.14º 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 #B469F5 is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB180105245-
CMYK0.270.5700.04
HSL272.14º87.5%68.63%-
HSV(B)272.14º57.14%96.08%-
XYZ40.3626.489.35-
YUV143.38185.35154.12-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.96%
GREEN value IS 105 (41.41% from 255) = 19.81%
BLUE value IS 245 (96.09% from 255) = 46.23%
R=33.96%
G=19.81%
B=46.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1801052450.270.5700.04272.1487.568.63
HexB469F51B39041105845
Octal264151365337104420130105
Binary1011010011010011111010111011111001010010001000010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469F5; }

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

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

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

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

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

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

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

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