Html Css Color HEX #B41DDF Dark Orchid

📋 copy color: '#B41DDF'

red 180 ◦ green 29 ◦ blue 223

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

Shades of Dark Orchid #B41DDF

Tints of Dark Orchid #B41DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.71%

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

R = 41.67%
G = 6.71%
B = 51.62%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B41DDF (or 0xB41DDF) is known color: Dark Orchid. HEX triplet: B4, 1D and DF. RGB value is (180,29,223). Sum of RGB (Red+Green+Blue) = 180+29+223=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 29 (11.72% from 255 or 6.71% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #B41DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41DDF is #4BE220. Grayscale: #5F5F5F. Windows color (decimal): -4973089 or 14622132. OLE color: 14622132.

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

Color convert

RGB 180 29 223 -
CMYK 0.19 0.87 0 0.13
HSL 286.7º 0.77% 0.49% -
HSV(B) 286.7º 0.87% 0.87% -
XYZ 32.58 15.91 71.17 -
YUV 96.27 199.53 187.73 -
System Red Green Blue C M Y K H S L
Decimal 180 29 223 0.19 0.87 0 0.13 286.7 0.77 0.49
Hex B4 1D DF 13 57 0 D 11F 4D 31
Octal 264 35 337 23 127 0 15 437 115 61
Binary 10110100 11101 11011111 10011 1010111 0 1101 100011111 1001101 110001

Color Harmonies of #B41DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41DDF

Black with #B41DDF

Text Example


Text Example

White with #B41DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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