#b62bc1

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

Shades of Dark Orchid #B62BC1

Tints of Dark Orchid #B62BC1

Color information

#B62BC1 (or 0xB62BC1) is unknown color: approx Dark Orchid. HEX triplet: B6, 2B and C1. RGB value is (182,43,193). Sum of RGB (Red+Green+Blue) = 182+43+193=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #B62BC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B62BC1 is #49D43E. Grayscale: #656565. Windows color (decimal): -4838463 or 12659638. OLE color: 12659638.

HSL color Cylindrical-coordinate representation of color #B62BC1: hue angle of 295.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B62BC1 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18243193-
CMYK0.060.7800.24
HSL295.6º63.56%46.27%-
HSV(B)295.6º77.72%75.69%-
XYZ29.7815.5251.88-
YUV101.66179.55185.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.54%
GREEN value IS 43 (17.19% from 255) = 10.29%
BLUE value IS 193 (75.78% from 255) = 46.17%
R=43.54%
G=10.29%
B=46.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182431930.060.7800.24295.663.5646.27
HexB62BC164E018128402e
Octal26653301611603045010056
Binary101101101010111100000111010011100110001001010001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b62bc1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b62bc1; }

 p { color: rgb(182,43,193); }

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

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

 a { background-color: rgb(182,43,193); }

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

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

 span { border-color: rgb(182,43,193); }

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