#B82FD9

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

Shades of Dark Orchid #B82FD9

Tints of Dark Orchid #B82FD9

Color information

#B82FD9 (or 0xB82FD9) is unknown color: approx Dark Orchid. HEX triplet: B8, 2F and D9. RGB value is (184,47,217). Sum of RGB (Red+Green+Blue) = 184+47+217=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 217 - color contains mainly: blue. Hex color #B82FD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82FD9 is #47D026. Grayscale: #6A6A6A. Windows color (decimal): -4706343 or 14233528. OLE color: 14233528.

HSL color Cylindrical-coordinate representation of color #B82FD9: hue angle of 288.35º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82FD9 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18447217-
CMYK0.150.7800.15
HSL288.35º69.11%51.76%-
HSV(B)288.35º78.34%85.1%-
XYZ33.3117.2367.22-
YUV107.34189.89182.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.07%
GREEN value IS 47 (18.75% from 255) = 10.49%
BLUE value IS 217 (85.16% from 255) = 48.44%
R=41.07%
G=10.49%
B=48.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal184472170.150.7800.15288.3569.1151.76
HexB82FD9F4E0F1204534
Octal270573311711601744010564
Binary101110001011111101100111111001110011111001000001000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82FD9; }

 p { color: rgb(184,47,217); }

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

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

 a { background-color: rgb(184,47,217); }

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

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

 span { border-color: rgb(184,47,217); }

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