Html Css Color HEX #B421C1 Dark Orchid

📋 copy color: '#B421C1'

red 180 ◦ green 33 ◦ blue 193

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

Shades of Dark Orchid #B421C1

Tints of Dark Orchid #B421C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.54%

R = 44.33%
G = 8.13%
B = 47.54%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B421C1 (or 0xB421C1) is known color: Dark Orchid. HEX triplet: B4, 21 and C1. RGB value is (180,33,193). Sum of RGB (Red+Green+Blue) = 180+33+193=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #B421C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B421C1 is #4BDE3E. Grayscale: #5E5E5E. Windows color (decimal): -4972095 or 12657076. OLE color: 12657076.

HSL color Cylindrical-coordinate representation of color #B421C1: hue angle of 295.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B421C1 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 33 193 -
CMYK 0.07 0.83 0 0.24
HSL 295.13º 0.71% 0.44% -
HSV(B) 295.13º 0.83% 0.76% -
XYZ 28.99 14.64 51.75 -
YUV 95.19 183.2 188.49 -
System Red Green Blue C M Y K H S L
Decimal 180 33 193 0.07 0.83 0 0.24 295.13 0.71 0.44
Hex B4 21 C1 7 53 0 18 127 47 2C
Octal 264 41 301 7 123 0 30 447 107 54
Binary 10110100 100001 11000001 111 1010011 0 11000 100100111 1000111 101100

Color Harmonies of #B421C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B421C1

Black with #B421C1

Text Example


Text Example

White with #B421C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B421C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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