Html Css Color HEX #B41FDF Dark Orchid

📋 copy color: '#B41FDF'

red 180 ◦ green 31 ◦ blue 223

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

Shades of Dark Orchid #B41FDF

Tints of Dark Orchid #B41FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.38%

R = 41.47%
G = 7.14%
B = 51.38%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B41FDF (or 0xB41FDF) is known color: Dark Orchid. HEX triplet: B4, 1F and DF. RGB value is (180,31,223). Sum of RGB (Red+Green+Blue) = 180+31+223=434 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.47% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #B41FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41FDF is #4BE020. Grayscale: #606060. Windows color (decimal): -4972577 or 14622644. OLE color: 14622644.

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

Color convert

RGB 180 31 223 -
CMYK 0.19 0.86 0 0.13
HSL 286.56º 0.76% 0.5% -
HSV(B) 286.56º 0.86% 0.87% -
XYZ 32.63 16.01 71.18 -
YUV 97.44 198.86 186.89 -
System Red Green Blue C M Y K H S L
Decimal 180 31 223 0.19 0.86 0 0.13 286.56 0.76 0.5
Hex B4 1F DF 13 56 0 D 11F 4C 32
Octal 264 37 337 23 126 0 15 437 114 62
Binary 10110100 11111 11011111 10011 1010110 0 1101 100011111 1001100 110010

Color Harmonies of #B41FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41FDF

Black with #B41FDF

Text Example


Text Example

White with #B41FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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