#B82ECA

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

Shades of Dark Orchid #B82ECA

Tints of Dark Orchid #B82ECA

Color information

#B82ECA (or 0xB82ECA) is unknown color: approx Dark Orchid. HEX triplet: B8, 2E and CA. RGB value is (184,46,202). Sum of RGB (Red+Green+Blue) = 184+46+202=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #B82ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82ECA is #47D135. Grayscale: #686868. Windows color (decimal): -4706614 or 13250232. OLE color: 13250232.

HSL color Cylindrical-coordinate representation of color #B82ECA: hue angle of 293.08º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82ECA is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18446202-
CMYK0.090.7700.21
HSL293.08º62.9%48.63%-
HSV(B)293.08º77.23%79.22%-
XYZ31.416.4157.39-
YUV105.05182.72184.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.59%
GREEN value IS 46 (18.36% from 255) = 10.65%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=42.59%
G=10.65%
B=46.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal184462020.090.7700.21293.0862.948.63
HexB82ECA94D0151253f31
Octal27056312111150254457761
Binary101110001011101100101010011001101010101100100101111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82ECA; }

 p { color: rgb(184,46,202); }

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

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

 a { background-color: rgb(184,46,202); }

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

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

 span { border-color: rgb(184,46,202); }

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