#B431C0

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

Shades of Dark Orchid #B431C0

Tints of Dark Orchid #B431C0

Color information

#B431C0 (or 0xB431C0) is unknown color: approx Dark Orchid. HEX triplet: B4, 31 and C0. RGB value is (180,49,192). Sum of RGB (Red+Green+Blue) = 180+49+192=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 192 (75.39% from 255 or 45.61% from 421); Max value from RGB is 192 - color contains mainly: blue. Hex color #B431C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B431C0 is #4BCE3F. Grayscale: #686868. Windows color (decimal): -4968000 or 12595636. OLE color: 12595636.

HSL color Cylindrical-coordinate representation of color #B431C0: hue angle of 294.97º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B431C0 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18049192-
CMYK0.060.7400.25
HSL294.97º59.34%47.25%-
HSV(B)294.97º74.48%75.29%-
XYZ29.4415.7151.35-
YUV104.47177.4181.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 42.76%
GREEN value IS 49 (19.53% from 255) = 11.64%
BLUE value IS 192 (75.39% from 255) = 45.61%
R=42.76%
G=11.64%
B=45.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180491920.060.7400.25294.9759.3447.25
HexB431C064A0191273b2f
Octal2646130061120314477357
Binary10110100110001110000001101001010011001100100111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B431C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B431C0; }

 p { color: rgb(180,49,192); }

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

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

 a { background-color: rgb(180,49,192); }

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

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

 span { border-color: rgb(180,49,192); }

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