Html Css Color HEX #B421D6 Dark Orchid

📋 copy color: '#B421D6'

red 180 ◦ green 33 ◦ blue 214

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

Shades of Dark Orchid #B421D6

Tints of Dark Orchid #B421D6

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.73%

 BLUE value IS 214 (83.98% from 255) = 50.12%

R = 42.15%
G = 7.73%
B = 50.12%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B421D6 (or 0xB421D6) is known color: Dark Orchid. HEX triplet: B4, 21 and D6. RGB value is (180,33,214). Sum of RGB (Red+Green+Blue) = 180+33+214=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #B421D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B421D6 is #4BDE29. Grayscale: #616161. Windows color (decimal): -4972074 or 14033332. OLE color: 14033332.

HSL color Cylindrical-coordinate representation of color #B421D6: hue angle of 288.73º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B421D6 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 33 214 -
CMYK 0.16 0.85 0 0.16
HSL 288.73º 0.73% 0.48% -
HSV(B) 288.73º 0.85% 0.84% -
XYZ 31.5 15.65 64.98 -
YUV 97.59 193.7 186.78 -
System Red Green Blue C M Y K H S L
Decimal 180 33 214 0.16 0.85 0 0.16 288.73 0.73 0.48
Hex B4 21 D6 10 55 0 10 121 49 30
Octal 264 41 326 20 125 0 20 441 111 60
Binary 10110100 100001 11010110 10000 1010101 0 10000 100100001 1001001 110000

Color Harmonies of #B421D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B421D6

Black with #B421D6

Text Example


Text Example

White with #B421D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B421D6; }

 p { color: rgb(180,33,214); }

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

background-color css

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

 a { background-color: rgb(180,33,214); }

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

border-color css

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

 span { border-color: rgb(180,33,214); }

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