#B626BF

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

Shades of Dark Orchid #B626BF

Tints of Dark Orchid #B626BF

Color information

#B626BF (or 0xB626BF) is unknown color: approx Dark Orchid. HEX triplet: B6, 26 and BF. RGB value is (182,38,191). Sum of RGB (Red+Green+Blue) = 182+38+191=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #B626BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B626BF is #49D940. Grayscale: #626262. Windows color (decimal): -4839745 or 12527286. OLE color: 12527286.

HSL color Cylindrical-coordinate representation of color #B626BF: hue angle of 296.47º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B626BF is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18238191-
CMYK0.050.8000.25
HSL296.47º66.81%44.9%-
HSV(B)296.47º80.1%74.9%-
XYZ29.3915.0950.65-
YUV98.5180.21187.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.28%
GREEN value IS 38 (15.23% from 255) = 9.25%
BLUE value IS 191 (75% from 255) = 46.47%
R=44.28%
G=9.25%
B=46.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182381910.050.8000.25296.4766.8144.9
HexB626BF550019128432d
Octal26646277512003145010355
Binary101101101001101011111110110100000110011001010001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B626BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B626BF; }

 p { color: rgb(182,38,191); }

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

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

 a { background-color: rgb(182,38,191); }

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

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

 span { border-color: rgb(182,38,191); }

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