Html Css Color HEX #B21DC1 Dark Orchid

📋 copy color: '#B21DC1'

red 178 ◦ green 29 ◦ blue 193

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

Shades of Dark Orchid #B21DC1

Tints of Dark Orchid #B21DC1

RGB

 RED value IS 178 (69.92% from 255) = 44.5%

 GREEN value IS 29 (11.72% from 255) = 7.25%

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

R = 44.5%
G = 7.25%
B = 48.25%

CMYK

 C value IS 0.08

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B21DC1 (or 0xB21DC1) is known color: Dark Orchid. HEX triplet: B2, 1D and C1. RGB value is (178,29,193). Sum of RGB (Red+Green+Blue) = 178+29+193=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 29 (11.72% from 255 or 7.25% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #B21DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21DC1 is #4DE23E. Grayscale: #5B5B5B. Windows color (decimal): -5104191 or 12656050. OLE color: 12656050.

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

Color convert

RGB 178 29 193 -
CMYK 0.08 0.85 0 0.24
HSL 294.51º 0.74% 0.44% -
HSV(B) 294.51º 0.85% 0.76% -
XYZ 28.43 14.19 51.69 -
YUV 92.25 184.86 189.16 -
System Red Green Blue C M Y K H S L
Decimal 178 29 193 0.08 0.85 0 0.24 294.51 0.74 0.44
Hex B2 1D C1 8 55 0 18 127 4A 2C
Octal 262 35 301 10 125 0 30 447 112 54
Binary 10110010 11101 11000001 1000 1010101 0 11000 100100111 1001010 101100

Color Harmonies of #B21DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21DC1

Black with #B21DC1

Text Example


Text Example

White with #B21DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21DC1; }

 p { color: rgb(178,29,193); }

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

background-color css

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

 a { background-color: rgb(178,29,193); }

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

border-color css

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

 span { border-color: rgb(178,29,193); }

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