#B623BE

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

Shades of Dark Orchid #B623BE

Tints of Dark Orchid #B623BE

Color information

#B623BE (or 0xB623BE) is unknown color: approx Dark Orchid. HEX triplet: B6, 23 and BE. RGB value is (182,35,190). Sum of RGB (Red+Green+Blue) = 182+35+190=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #B623BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B623BE is #49DC41. Grayscale: #606060. Windows color (decimal): -4840514 or 12460982. OLE color: 12460982.

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

Color convert

RGB18235190-
CMYK0.040.8200.25
HSL296.9º68.89%44.12%-
HSV(B)296.9º81.58%74.51%-
XYZ29.1914.8650.05-
YUV96.62180.7188.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 35 (14.06% from 255) = 8.60%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=44.72%
G=8.60%
B=46.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182351900.040.8200.25296.968.8944.12
HexB623BE452019129452c
Octal26643276412203145110554
Binary101101101000111011111010010100100110011001010011000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B623BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B623BE; }

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

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

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

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

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

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

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

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