#B83DDD

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

Shades of Medium Orchid #B83DDD

Tints of Medium Orchid #B83DDD

Color information

#B83DDD (or 0xB83DDD) is unknown color: approx Medium Orchid. HEX triplet: B8, 3D and DD. RGB value is (184,61,221). Sum of RGB (Red+Green+Blue) = 184+61+221=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 221 - color contains mainly: blue. Hex color #B83DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83DDD is #47C222. Grayscale: #737373. Windows color (decimal): -4702755 or 14499256. OLE color: 14499256.

HSL color Cylindrical-coordinate representation of color #B83DDD: hue angle of 286.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83DDD is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18461221-
CMYK0.170.7200.13
HSL286.12º70.18%55.29%-
HSV(B)286.12º72.4%86.67%-
XYZ34.4918.7570.21-
YUV116.02187.25176.49-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.48%
GREEN value IS 61 (24.22% from 255) = 13.09%
BLUE value IS 221 (86.72% from 255) = 47.42%
R=39.48%
G=13.09%
B=47.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal184612210.170.7200.13286.1270.1855.29
HexB83DDD11480D11e4637
Octal270753352111001543610667
Binary1011100011110111011101100011001000011011000111101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83DDD; }

 p { color: rgb(184,61,221); }

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

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

 a { background-color: rgb(184,61,221); }

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

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

 span { border-color: rgb(184,61,221); }

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