#B468F1

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

Shades of Medium Orchid #B468F1

Tints of Medium Orchid #B468F1

Color information

#B468F1 (or 0xB468F1) is unknown color: approx Medium Orchid. HEX triplet: B4, 68 and F1. RGB value is (180,104,241). Sum of RGB (Red+Green+Blue) = 180+104+241=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #B468F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B468F1 is #4B970E. Grayscale: #8D8D8D. Windows color (decimal): -4953871 or 15820980. OLE color: 15820980.

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

Color convert

RGB180104241-
CMYK0.250.5700.05
HSL273.28º83.03%67.65%-
HSV(B)273.28º56.85%94.51%-
XYZ39.6525.9586.14-
YUV142.34183.68154.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 104 (41.02% from 255) = 19.81%
BLUE value IS 241 (94.53% from 255) = 45.90%
R=34.29%
G=19.81%
B=45.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801042410.250.5700.05273.2883.0367.65
HexB468F11939051115344
Octal264150361317105421123104
Binary1011010011010001111000111001111001010110001000110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B468F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B468F1; }

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

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

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

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

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

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

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

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