#B83ADA

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

Shades of Medium Orchid #B83ADA

Tints of Medium Orchid #B83ADA

Color information

#B83ADA (or 0xB83ADA) is unknown color: approx Medium Orchid. HEX triplet: B8, 3A and DA. RGB value is (184,58,218). Sum of RGB (Red+Green+Blue) = 184+58+218=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 58 (23.05% from 255 or 12.61% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #B83ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83ADA is #47C525. Grayscale: #717171. Windows color (decimal): -4703526 or 14301880. OLE color: 14301880.

HSL color Cylindrical-coordinate representation of color #B83ADA: hue angle of 287.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B83ADA is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18458218-
CMYK0.160.7300.15
HSL287.25º68.38%54.12%-
HSV(B)287.25º73.39%85.49%-
XYZ33.9418.2868.07-
YUV113.91186.74177.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40%
GREEN value IS 58 (23.05% from 255) = 12.61%
BLUE value IS 218 (85.55% from 255) = 47.39%
R=40%
G=12.61%
B=47.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal184582180.160.7300.15287.2568.3854.12
HexB83ADA10490F11f4436
Octal270723322011101743710466
Binary1011100011101011011010100001001001011111000111111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83ADA; }

 p { color: rgb(184,58,218); }

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

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

 a { background-color: rgb(184,58,218); }

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

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

 span { border-color: rgb(184,58,218); }

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