#B83FDB

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

Shades of Medium Orchid #B83FDB

Tints of Medium Orchid #B83FDB

Color information

#B83FDB (or 0xB83FDB) is unknown color: approx Medium Orchid. HEX triplet: B8, 3F and DB. RGB value is (184,63,219). Sum of RGB (Red+Green+Blue) = 184+63+219=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 63 (25% from 255 or 13.52% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #B83FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83FDB is #47C024. Grayscale: #747474. Windows color (decimal): -4702245 or 14368696. OLE color: 14368696.

HSL color Cylindrical-coordinate representation of color #B83FDB: hue angle of 286.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83FDB is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18463219-
CMYK0.160.7100.14
HSL286.54º68.42%55.29%-
HSV(B)286.54º71.23%85.88%-
XYZ34.3318.8668.85-
YUV116.96185.59175.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.48%
GREEN value IS 63 (25% from 255) = 13.52%
BLUE value IS 219 (85.94% from 255) = 47.00%
R=39.48%
G=13.52%
B=47.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal184632190.160.7100.14286.5468.4255.29
HexB83FDB10470E11f4437
Octal270773332010701643710467
Binary1011100011111111011011100001000111011101000111111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83FDB; }

 p { color: rgb(184,63,219); }

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

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

 a { background-color: rgb(184,63,219); }

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

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

 span { border-color: rgb(184,63,219); }

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