#B83AD7

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

Shades of Medium Orchid #B83AD7

Tints of Medium Orchid #B83AD7

Color information

#B83AD7 (or 0xB83AD7) is unknown color: approx Medium Orchid. HEX triplet: B8, 3A and D7. RGB value is (184,58,215). Sum of RGB (Red+Green+Blue) = 184+58+215=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 58 (23.05% from 255 or 12.69% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #B83AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83AD7 is #47C528. Grayscale: #717171. Windows color (decimal): -4703529 or 14105272. OLE color: 14105272.

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

Color convert

RGB18458215-
CMYK0.140.7300.16
HSL288.15º66.24%53.53%-
HSV(B)288.15º73.02%84.31%-
XYZ33.5518.1266.02-
YUV113.57185.24178.23-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 58 (23.05% from 255) = 12.69%
BLUE value IS 215 (84.38% from 255) = 47.05%
R=40.26%
G=12.69%
B=47.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal184582150.140.7300.16288.1566.2453.53
HexB83AD7E490101204236
Octal270723271611102044010266
Binary1011100011101011010111111010010010100001001000001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83AD7; }

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

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

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

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

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

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

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

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