#B05AE6

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

Shades of Medium Orchid #B05AE6

Tints of Medium Orchid #B05AE6

Color information

#B05AE6 (or 0xB05AE6) is unknown color: approx Medium Orchid. HEX triplet: B0, 5A and E6. RGB value is (176,90,230). Sum of RGB (Red+Green+Blue) = 176+90+230=496 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.48% from 496); Green value is 90 (35.55% from 255 or 18.15% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 230 - color contains mainly: blue. Hex color #B05AE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B05AE6 is #4FA519. Grayscale: #838383. Windows color (decimal): -5219610 or 15096496. OLE color: 15096496.

HSL color Cylindrical-coordinate representation of color #B05AE6: hue angle of 276.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B05AE6 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17690230-
CMYK0.230.6100.10
HSL276.86º73.68%62.75%-
HSV(B)276.86º60.87%90.2%-
XYZ35.8422.2677.27-
YUV131.67183.49159.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.48%
GREEN value IS 90 (35.55% from 255) = 18.15%
BLUE value IS 230 (90.23% from 255) = 46.37%
R=35.48%
G=18.15%
B=46.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal176902300.230.6100.10276.8673.6862.75
HexB05AE6173D0A1154a3f
Octal260132346277501242511277
Binary1011000010110101110011010111111101010101000101011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05AE6; }

 p { color: rgb(176,90,230); }

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

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

 a { background-color: rgb(176,90,230); }

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

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

 span { border-color: rgb(176,90,230); }

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