#B629BE

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

Shades of Dark Orchid #B629BE

Tints of Dark Orchid #B629BE

Color information

#B629BE (or 0xB629BE) is unknown color: approx Dark Orchid. HEX triplet: B6, 29 and BE. RGB value is (182,41,190). Sum of RGB (Red+Green+Blue) = 182+41+190=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #B629BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B629BE is #49D641. Grayscale: #636363. Windows color (decimal): -4838978 or 12462518. OLE color: 12462518.

HSL color Cylindrical-coordinate representation of color #B629BE: hue angle of 296.78º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B629BE is Cyan = 0.04, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18241190-
CMYK0.040.7800.25
HSL296.78º64.5%45.29%-
HSV(B)296.78º78.42%74.51%-
XYZ29.3815.2550.11-
YUV100.14178.71186.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 41 (16.41% from 255) = 9.93%
BLUE value IS 190 (74.61% from 255) = 46.00%
R=44.07%
G=9.93%
B=46.00%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182411900.040.7800.25296.7864.545.29
HexB629BE44E019129412d
Octal26651276411603145110155
Binary101101101010011011111010010011100110011001010011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B629BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B629BE; }

 p { color: rgb(182,41,190); }

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

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

 a { background-color: rgb(182,41,190); }

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

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

 span { border-color: rgb(182,41,190); }

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