#B969F1

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

Shades of Medium Orchid #B969F1

Tints of Medium Orchid #B969F1

Color information

#B969F1 (or 0xB969F1) is unknown color: approx Medium Orchid. HEX triplet: B9, 69 and F1. RGB value is (185,105,241). Sum of RGB (Red+Green+Blue) = 185+105+241=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #B969F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B969F1 is #46960E. Grayscale: #8F8F8F. Windows color (decimal): -4625935 or 15821241. OLE color: 15821241.

HSL color Cylindrical-coordinate representation of color #B969F1: hue angle of 275.29º 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 #B969F1 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185105241-
CMYK0.230.5600.05
HSL275.29º82.93%67.84%-
HSV(B)275.29º56.43%94.51%-
XYZ40.9426.7786.23-
YUV144.42182.5156.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 105 (41.41% from 255) = 19.77%
BLUE value IS 241 (94.53% from 255) = 45.39%
R=34.84%
G=19.77%
B=45.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851052410.230.5600.05275.2982.9367.84
HexB969F11738051135344
Octal271151361277005423123104
Binary1011100111010011111000110111111000010110001001110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B969F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B969F1; }

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

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

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

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

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

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

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

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