#B469F1

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

Shades of Medium Orchid #B469F1

Tints of Medium Orchid #B469F1

Color information

#B469F1 (or 0xB469F1) is unknown color: approx Medium Orchid. HEX triplet: B4, 69 and F1. RGB value is (180,105,241). Sum of RGB (Red+Green+Blue) = 180+105+241=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #B469F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B469F1 is #4B960E. Grayscale: #8E8E8E. Windows color (decimal): -4953615 or 15821236. OLE color: 15821236.

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

Color convert

RGB180105241-
CMYK0.250.5600.05
HSL273.09º82.93%67.84%-
HSV(B)273.09º56.43%94.51%-
XYZ39.7526.1686.17-
YUV142.93183.35154.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 105 (41.41% from 255) = 19.96%
BLUE value IS 241 (94.53% from 255) = 45.82%
R=34.22%
G=19.96%
B=45.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801052410.250.5600.05273.0982.9367.84
HexB469F11938051115344
Octal264151361317005421123104
Binary1011010011010011111000111001111000010110001000110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469F1; }

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

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

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

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

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

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

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

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