Html Css Color HEX #B41FE1 Dark Orchid

📋 copy color: '#B41FE1'

red 180 ◦ green 31 ◦ blue 225

#B41FE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B41FE1

Tints of Dark Orchid #B41FE1

RGB

 RED value IS 180 (70.7% from 255) = 41.28%

 GREEN value IS 31 (12.5% from 255) = 7.11%

 BLUE value IS 225 (88.28% from 255) = 51.61%

R = 41.28%
G = 7.11%
B = 51.61%

CMYK

 C value IS 0.2

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B41FE1 (or 0xB41FE1) is known color: Dark Orchid. HEX triplet: B4, 1F and E1. RGB value is (180,31,225). Sum of RGB (Red+Green+Blue) = 180+31+225=436 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.28% from 436); Green value is 31 (12.5% from 255 or 7.11% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #B41FE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41FE1 is #4BE01E. Grayscale: #616161. Windows color (decimal): -4972575 or 14753716. OLE color: 14753716.

HSL color Cylindrical-coordinate representation of color #B41FE1: hue angle of 286.08º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B41FE1 is Cyan = 0.2, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 31 225 -
CMYK 0.2 0.86 0 0.12
HSL 286.08º 0.76% 0.5% -
HSV(B) 286.08º 0.86% 0.88% -
XYZ 32.9 16.12 72.61 -
YUV 97.67 199.86 186.73 -
System Red Green Blue C M Y K H S L
Decimal 180 31 225 0.2 0.86 0 0.12 286.08 0.76 0.5
Hex B4 1F E1 14 56 0 C 11E 4C 32
Octal 264 37 341 24 126 0 14 436 114 62
Binary 10110100 11111 11100001 10100 1010110 0 1100 100011110 1001100 110010

Color Harmonies of #B41FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41FE1

Black with #B41FE1

Text Example


Text Example

White with #B41FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41FE1; }

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

 H1.HeaderClassName
 {
   color: #B41FE1;
 }
 .AnyTagClassName
 {
   color: #B41FE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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