Html Css Color HEX #B41FCE Dark Orchid

📋 copy color: '#B41FCE'

red 180 ◦ green 31 ◦ blue 206

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

Shades of Dark Orchid #B41FCE

Tints of Dark Orchid #B41FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.4%

R = 43.17%
G = 7.43%
B = 49.4%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B41FCE (or 0xB41FCE) is known color: Dark Orchid. HEX triplet: B4, 1F and CE. RGB value is (180,31,206). Sum of RGB (Red+Green+Blue) = 180+31+206=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #B41FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41FCE is #4BE031. Grayscale: #5E5E5E. Windows color (decimal): -4972594 or 13508532. OLE color: 13508532.

HSL color Cylindrical-coordinate representation of color #B41FCE: hue angle of 291.09º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B41FCE is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 31 206 -
CMYK 0.13 0.85 0 0.19
HSL 291.09º 0.74% 0.46% -
HSV(B) 291.09º 0.85% 0.81% -
XYZ 30.45 15.14 59.71 -
YUV 95.5 190.36 188.27 -
System Red Green Blue C M Y K H S L
Decimal 180 31 206 0.13 0.85 0 0.19 291.09 0.74 0.46
Hex B4 1F CE D 55 0 13 123 4A 2E
Octal 264 37 316 15 125 0 23 443 112 56
Binary 10110100 11111 11001110 1101 1010101 0 10011 100100011 1001010 101110

Color Harmonies of #B41FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41FCE

Black with #B41FCE

Text Example


Text Example

White with #B41FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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