#B841DA

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

Shades of Medium Orchid #B841DA

Tints of Medium Orchid #B841DA

Color information

#B841DA (or 0xB841DA) is unknown color: approx Medium Orchid. HEX triplet: B8, 41 and DA. RGB value is (184,65,218). Sum of RGB (Red+Green+Blue) = 184+65+218=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 65 (25.78% from 255 or 13.92% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #B841DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B841DA is #47BE25. Grayscale: #757575. Windows color (decimal): -4701734 or 14303672. OLE color: 14303672.

HSL color Cylindrical-coordinate representation of color #B841DA: hue angle of 286.67º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B841DA is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18465218-
CMYK0.160.7000.15
HSL286.67º67.4%55.49%-
HSV(B)286.67º70.18%85.49%-
XYZ34.3119.0368.19-
YUV118.02184.42175.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.40%
GREEN value IS 65 (25.78% from 255) = 13.92%
BLUE value IS 218 (85.55% from 255) = 46.68%
R=39.40%
G=13.92%
B=46.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal184652180.160.7000.15286.6767.455.49
HexB841DA10460F11f4337
Octal2701013322010601743710367
Binary10111000100000111011010100001000110011111000111111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B841DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B841DA; }

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

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

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

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

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

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

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

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