Html Css Color HEX #B21DDF Dark Orchid

📋 copy color: '#B21DDF'

red 178 ◦ green 29 ◦ blue 223

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

Shades of Dark Orchid #B21DDF

Tints of Dark Orchid #B21DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.86%

R = 41.4%
G = 6.74%
B = 51.86%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B21DDF (or 0xB21DDF) is known color: Dark Orchid. HEX triplet: B2, 1D and DF. RGB value is (178,29,223). Sum of RGB (Red+Green+Blue) = 178+29+223=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #B21DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21DDF is #4DE220. Grayscale: #5F5F5F. Windows color (decimal): -5104161 or 14622130. OLE color: 14622130.

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

Color convert

RGB 178 29 223 -
CMYK 0.20 0.87 0 0.13
HSL 286.08º 0.77% 0.49% -
HSV(B) 286.08º 0.87% 0.87% -
XYZ 32.12 15.67 71.14 -
YUV 95.67 199.86 186.73 -
System Red Green Blue C M Y K H S L
Decimal 178 29 223 0.20 0.87 0 0.13 286.08 0.77 0.49
Hex B2 1D DF 14 57 0 D 11E 4D 31
Octal 262 35 337 24 127 0 15 436 115 61
Binary 10110010 11101 11011111 10100 1010111 0 1101 100011110 1001101 110001

Color Harmonies of #B21DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21DDF

Black with #B21DDF

Text Example


Text Example

White with #B21DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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