#B41FC5

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

Shades of Dark Orchid #B41FC5

Tints of Dark Orchid #B41FC5

Color information

#B41FC5 (or 0xB41FC5) is unknown color: approx Dark Orchid. HEX triplet: B4, 1F and C5. RGB value is (180,31,197). Sum of RGB (Red+Green+Blue) = 180+31+197=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 197 - color contains mainly: blue. Hex color #B41FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41FC5 is #4BE03A. Grayscale: #5D5D5D. Windows color (decimal): -4972603 or 12918708. OLE color: 12918708.

HSL color Cylindrical-coordinate representation of color #B41FC5: hue angle of 293.86º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41FC5 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18031197-
CMYK0.090.8400.23
HSL293.86º72.81%44.71%-
HSV(B)293.86º84.26%77.25%-
XYZ29.3914.7154.11-
YUV94.48185.86189-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 31 (12.5% from 255) = 7.60%
BLUE value IS 197 (77.34% from 255) = 48.28%
R=44.12%
G=7.60%
B=48.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal180311970.090.8400.23293.8672.8144.71
HexB41FC5954017126492d
Octal264373051112402744611155
Binary101101001111111000101100110101000101111001001101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41FC5; }

 p { color: rgb(180,31,197); }

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

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

 a { background-color: rgb(180,31,197); }

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

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

 span { border-color: rgb(180,31,197); }

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