Html Css Color HEX #B21DDA Dark Orchid

📋 copy color: '#B21DDA'

red 178 ◦ green 29 ◦ blue 218

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

Shades of Dark Orchid #B21DDA

Tints of Dark Orchid #B21DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.29%

R = 41.88%
G = 6.82%
B = 51.29%

CMYK

 C value IS 0.18

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B21DDA (or 0xB21DDA) is known color: Dark Orchid. HEX triplet: B2, 1D and DA. RGB value is (178,29,218). Sum of RGB (Red+Green+Blue) = 178+29+218=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #B21DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21DDA is #4DE225. Grayscale: #5E5E5E. Windows color (decimal): -5104166 or 14294450. OLE color: 14294450.

HSL color Cylindrical-coordinate representation of color #B21DDA: hue angle of 287.3º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B21DDA is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 29 218 -
CMYK 0.18 0.87 0 0.15
HSL 287.3º 0.77% 0.48% -
HSV(B) 287.3º 0.87% 0.85% -
XYZ 31.45 15.41 67.65 -
YUV 95.1 197.36 187.13 -
System Red Green Blue C M Y K H S L
Decimal 178 29 218 0.18 0.87 0 0.15 287.3 0.77 0.48
Hex B2 1D DA 12 57 0 F 11F 4D 30
Octal 262 35 332 22 127 0 17 437 115 60
Binary 10110010 11101 11011010 10010 1010111 0 1111 100011111 1001101 110000

Color Harmonies of #B21DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21DDA

Black with #B21DDA

Text Example


Text Example

White with #B21DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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