Html Css Color HEX #B41BDD Dark Orchid

📋 copy color: '#B41BDD'

red 180 ◦ green 27 ◦ blue 221

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

Shades of Dark Orchid #B41BDD

Tints of Dark Orchid #B41BDD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.31%

 BLUE value IS 221 (86.72% from 255) = 51.64%

R = 42.06%
G = 6.31%
B = 51.64%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B41BDD (or 0xB41BDD) is known color: Dark Orchid. HEX triplet: B4, 1B and DD. RGB value is (180,27,221). Sum of RGB (Red+Green+Blue) = 180+27+221=428 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.06% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #B41BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B41BDD is #4BE422. Grayscale: #5E5E5E. Windows color (decimal): -4973603 or 14490548. OLE color: 14490548.

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

Color convert

RGB 180 27 221 -
CMYK 0.19 0.88 0 0.13
HSL 287.32º 0.78% 0.49% -
HSV(B) 287.32º 0.88% 0.87% -
XYZ 32.27 15.71 69.74 -
YUV 94.86 199.19 188.73 -
System Red Green Blue C M Y K H S L
Decimal 180 27 221 0.19 0.88 0 0.13 287.32 0.78 0.49
Hex B4 1B DD 13 58 0 D 11F 4E 31
Octal 264 33 335 23 130 0 15 437 116 61
Binary 10110100 11011 11011101 10011 1011000 0 1101 100011111 1001110 110001

Color Harmonies of #B41BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41BDD

Black with #B41BDD

Text Example


Text Example

White with #B41BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41BDD; }

 p { color: rgb(180,27,221); }

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

background-color css

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

 a { background-color: rgb(180,27,221); }

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

border-color css

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

 span { border-color: rgb(180,27,221); }

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