#B423C6

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

Shades of Dark Orchid #B423C6

Tints of Dark Orchid #B423C6

Color information

#B423C6 (or 0xB423C6) is unknown color: approx Dark Orchid. HEX triplet: B4, 23 and C6. RGB value is (180,35,198). Sum of RGB (Red+Green+Blue) = 180+35+198=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 198 (77.73% from 255 or 47.94% from 413); Max value from RGB is 198 - color contains mainly: blue. Hex color #B423C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B423C6 is #4BDC39. Grayscale: #606060. Windows color (decimal): -4971578 or 12985268. OLE color: 12985268.

HSL color Cylindrical-coordinate representation of color #B423C6: hue angle of 293.37º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B423C6 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18035198-
CMYK0.090.8200.22
HSL293.37º69.96%45.69%-
HSV(B)293.37º82.32%77.65%-
XYZ29.6214.9854.76-
YUV96.94185.04187.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 43.58%
GREEN value IS 35 (14.06% from 255) = 8.47%
BLUE value IS 198 (77.73% from 255) = 47.94%
R=43.58%
G=8.47%
B=47.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal180351980.090.8200.22293.3769.9645.69
HexB423C6952016125462e
Octal264433061112202644510656
Binary1011010010001111000110100110100100101101001001011000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B423C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B423C6; }

 p { color: rgb(180,35,198); }

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

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

 a { background-color: rgb(180,35,198); }

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

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

 span { border-color: rgb(180,35,198); }

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