#B469F0

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

Shades of Medium Orchid #B469F0

Tints of Medium Orchid #B469F0

Color information

#B469F0 (or 0xB469F0) is unknown color: approx Medium Orchid. HEX triplet: B4, 69 and F0. RGB value is (180,105,240). Sum of RGB (Red+Green+Blue) = 180+105+240=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #B469F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B469F0 is #4B960F. Grayscale: #8E8E8E. Windows color (decimal): -4953616 or 15755700. OLE color: 15755700.

HSL color Cylindrical-coordinate representation of color #B469F0: hue angle of 273.33º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B469F0 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB180105240-
CMYK0.250.5600.06
HSL273.33º81.82%67.65%-
HSV(B)273.33º56.25%94.12%-
XYZ39.626.185.39-
YUV142.82182.85154.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 105 (41.41% from 255) = 20%
BLUE value IS 240 (94.14% from 255) = 45.71%
R=34.29%
G=20%
B=45.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1801052400.250.5600.06273.3381.8267.65
HexB469F01938061115244
Octal264151360317006421122104
Binary1011010011010011111000011001111000011010001000110100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469F0; }

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

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

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

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

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

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

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

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