#B624BF

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

Shades of Dark Orchid #B624BF

Tints of Dark Orchid #B624BF

Color information

#B624BF (or 0xB624BF) is unknown color: approx Dark Orchid. HEX triplet: B6, 24 and BF. RGB value is (182,36,191). Sum of RGB (Red+Green+Blue) = 182+36+191=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 36 (14.45% from 255 or 8.80% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #B624BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B624BF is #49DB40. Grayscale: #606060. Windows color (decimal): -4840257 or 12526774. OLE color: 12526774.

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

Color convert

RGB18236191-
CMYK0.050.8100.25
HSL296.52º68.28%44.51%-
HSV(B)296.52º81.15%74.9%-
XYZ29.3314.9750.63-
YUV97.32180.87188.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 36 (14.45% from 255) = 8.80%
BLUE value IS 191 (75% from 255) = 46.70%
R=44.50%
G=8.80%
B=46.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182361910.050.8100.25296.5268.2844.51
HexB624BF551019129442d
Octal26644277512103145110455
Binary101101101001001011111110110100010110011001010011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B624BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B624BF; }

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

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

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

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

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

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

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

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