#B421BE

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

Shades of Dark Orchid #B421BE

Tints of Dark Orchid #B421BE

Color information

#B421BE (or 0xB421BE) is unknown color: approx Dark Orchid. HEX triplet: B4, 21 and BE. RGB value is (180,33,190). Sum of RGB (Red+Green+Blue) = 180+33+190=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #B421BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B421BE is #4BDE41. Grayscale: #5E5E5E. Windows color (decimal): -4972098 or 12460468. OLE color: 12460468.

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

Color convert

RGB18033190-
CMYK0.050.8300.25
HSL296.18º70.4%43.73%-
HSV(B)296.18º82.63%74.51%-
XYZ28.6614.5150.01-
YUV94.85181.7188.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 33 (13.28% from 255) = 8.19%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=44.67%
G=8.19%
B=47.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180331900.050.8300.25296.1870.443.73
HexB421BE553019128462c
Octal26441276512303145010654
Binary101101001000011011111010110100110110011001010001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B421BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B421BE; }

 p { color: rgb(180,33,190); }

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

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

 a { background-color: rgb(180,33,190); }

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

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

 span { border-color: rgb(180,33,190); }

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