Html Css Color HEX #B42BDD Dark Orchid

📋 copy color: '#B42BDD'

red 180 ◦ green 43 ◦ blue 221

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

Shades of Dark Orchid #B42BDD

Tints of Dark Orchid #B42BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.68%

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

R = 40.54%
G = 9.68%
B = 49.77%

CMYK

 C value IS 0.19

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B42BDD (or 0xB42BDD) is known color: Dark Orchid. HEX triplet: B4, 2B and DD. RGB value is (180,43,221). Sum of RGB (Red+Green+Blue) = 180+43+221=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 43 (17.19% from 255 or 9.68% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #B42BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42BDD is #4BD422. Grayscale: #676767. Windows color (decimal): -4969507 or 14494644. OLE color: 14494644.

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

Color convert

RGB 180 43 221 -
CMYK 0.19 0.81 0 0.13
HSL 286.18º 0.72% 0.52% -
HSV(B) 286.18º 0.81% 0.87% -
XYZ 32.74 16.65 69.9 -
YUV 104.26 193.89 182.03 -
System Red Green Blue C M Y K H S L
Decimal 180 43 221 0.19 0.81 0 0.13 286.18 0.72 0.52
Hex B4 2B DD 13 51 0 D 11E 48 34
Octal 264 53 335 23 121 0 15 436 110 64
Binary 10110100 101011 11011101 10011 1010001 0 1101 100011110 1001000 110100

Color Harmonies of #B42BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42BDD

Black with #B42BDD

Text Example


Text Example

White with #B42BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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