#B427B2

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

Shades of Dark Orchid #B427B2

Tints of Dark Orchid #B427B2

Color information

#B427B2 (or 0xB427B2) is unknown color: approx Dark Orchid. HEX triplet: B4, 27 and B2. RGB value is (180,39,178). Sum of RGB (Red+Green+Blue) = 180+39+178=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B427B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B427B2 is #4BD84D. Grayscale: #606060. Windows color (decimal): -4970574 or 11675572. OLE color: 11675572.

HSL color Cylindrical-coordinate representation of color #B427B2: hue angle of 300.85º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B427B2 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18039178-
CMYK00.780.010.29
HSL300.85º64.38%42.94%-
HSV(B)300.85º78.33%70.59%-
XYZ27.5814.3743.44-
YUV97173.71187.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 39 (15.62% from 255) = 9.82%
BLUE value IS 178 (69.92% from 255) = 44.84%
R=45.34%
G=9.82%
B=44.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1803917800.780.010.29300.8564.3842.94
HexB427B204E11D12d402b
Octal26447262011613545510053
Binary1011010010011110110010010011101111011001011011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B427B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B427B2; }

 p { color: rgb(180,39,178); }

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

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

 a { background-color: rgb(180,39,178); }

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

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

 span { border-color: rgb(180,39,178); }

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