#B05DFF

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

Shades of Medium Orchid #B05DFF

Tints of Medium Orchid #B05DFF

Color information

#B05DFF (or 0xB05DFF) is unknown color: approx Medium Orchid. HEX triplet: B0, 5D and FF. RGB value is (176,93,255). Sum of RGB (Red+Green+Blue) = 176+93+255=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 93 (36.72% from 255 or 17.75% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #B05DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05DFF is #4FA200. Grayscale: #878787. Windows color (decimal): -5218817 or 16735664. OLE color: 16735664.

HSL color Cylindrical-coordinate representation of color #B05DFF: hue angle of 270.74º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B05DFF is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17693255-
CMYK0.310.6400
HSL270.74º100%68.24%-
HSV(B)270.74º63.53%100%-
XYZ39.8724.2897.19-
YUV136.28195156.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 93 (36.72% from 255) = 17.75%
BLUE value IS 255 (100% from 255) = 48.66%
R=33.59%
G=17.75%
B=48.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal176932550.310.6400270.7410068.24
HexB05DFF1F400010f6444
Octal2601353773710000417144104
Binary101100001011101111111111111110000000010000111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05DFF; }

 p { color: rgb(176,93,255); }

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

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

 a { background-color: rgb(176,93,255); }

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

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

 span { border-color: rgb(176,93,255); }

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