Html Css Color HEX #B41CE0 Dark Orchid

📋 copy color: '#B41CE0'

red 180 ◦ green 28 ◦ blue 224

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

Shades of Dark Orchid #B41CE0

Tints of Dark Orchid #B41CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.48%

 BLUE value IS 224 (87.89% from 255) = 51.85%

R = 41.67%
G = 6.48%
B = 51.85%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B41CE0 (or 0xB41CE0) is known color: Dark Orchid. HEX triplet: B4, 1C and E0. RGB value is (180,28,224). Sum of RGB (Red+Green+Blue) = 180+28+224=432 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.67% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 224 (87.89% from 255 or 51.85% from 432); Max value from RGB is 224 - color contains mainly: blue. Hex color #B41CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41CE0 is #4BE31F. Grayscale: #5F5F5F. Windows color (decimal): -4973344 or 14687412. OLE color: 14687412.

HSL color Cylindrical-coordinate representation of color #B41CE0: hue angle of 286.53º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B41CE0 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 28 224 -
CMYK 0.20 0.88 0 0.12
HSL 286.53º 0.78% 0.49% -
HSV(B) 286.53º 0.88% 0.88% -
XYZ 32.69 15.92 71.87 -
YUV 95.79 200.36 188.06 -
System Red Green Blue C M Y K H S L
Decimal 180 28 224 0.20 0.88 0 0.12 286.53 0.78 0.49
Hex B4 1C E0 14 58 0 C 11F 4E 31
Octal 264 34 340 24 130 0 14 437 116 61
Binary 10110100 11100 11100000 10100 1011000 0 1100 100011111 1001110 110001

Color Harmonies of #B41CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41CE0

Black with #B41CE0

Text Example


Text Example

White with #B41CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41CE0; }

 p { color: rgb(180,28,224); }

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

background-color css

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

 a { background-color: rgb(180,28,224); }

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

border-color css

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

 span { border-color: rgb(180,28,224); }

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