#B62ED3

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

Shades of Dark Orchid #B62ED3

Tints of Dark Orchid #B62ED3

Color information

#B62ED3 (or 0xB62ED3) is unknown color: approx Dark Orchid. HEX triplet: B6, 2E and D3. RGB value is (182,46,211). Sum of RGB (Red+Green+Blue) = 182+46+211=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 46 (18.36% from 255 or 10.48% from 439); Blue value is 211 (82.81% from 255 or 48.06% from 439); Max value from RGB is 211 - color contains mainly: blue. Hex color #B62ED3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62ED3 is #49D12C. Grayscale: #686868. Windows color (decimal): -4837677 or 13840054. OLE color: 13840054.

HSL color Cylindrical-coordinate representation of color #B62ED3: hue angle of 289.45º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62ED3 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18246211-
CMYK0.140.7800.17
HSL289.45º65.22%50.39%-
HSV(B)289.45º78.2%82.75%-
XYZ32.0316.663.14-
YUV105.47187.56182.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 46 (18.36% from 255) = 10.48%
BLUE value IS 211 (82.81% from 255) = 48.06%
R=41.46%
G=10.48%
B=48.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal182462110.140.7800.17289.4565.2250.39
HexB62ED3E4E0111214132
Octal266563231611602144110162
Binary1011011010111011010011111010011100100011001000011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62ED3; }

 p { color: rgb(182,46,211); }

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

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

 a { background-color: rgb(182,46,211); }

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

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

 span { border-color: rgb(182,46,211); }

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