#B05BDC

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

Shades of Medium Orchid #B05BDC

Tints of Medium Orchid #B05BDC

Color information

#B05BDC (or 0xB05BDC) is unknown color: approx Medium Orchid. HEX triplet: B0, 5B and DC. RGB value is (176,91,220). Sum of RGB (Red+Green+Blue) = 176+91+220=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #B05BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05BDC is #4FA423. Grayscale: #828282. Windows color (decimal): -5219364 or 14441392. OLE color: 14441392.

HSL color Cylindrical-coordinate representation of color #B05BDC: hue angle of 279.53º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B05BDC is Cyan = 0.2, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17691220-
CMYK0.20.5900.14
HSL279.53º64.82%60.98%-
HSV(B)279.53º58.64%86.27%-
XYZ34.5621.8870.11-
YUV131.12178.16160.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.14%
GREEN value IS 91 (35.94% from 255) = 18.69%
BLUE value IS 220 (86.33% from 255) = 45.17%
R=36.14%
G=18.69%
B=45.17%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal176912200.20.5900.14279.5364.8260.98
HexB05BDC143B0E118413d
Octal260133334247301643010175
Binary1011000010110111101110010100111011011101000110001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05BDC; }

 p { color: rgb(176,91,220); }

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

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

 a { background-color: rgb(176,91,220); }

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

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

 span { border-color: rgb(176,91,220); }

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