Html Css Color HEX #B21BDA Dark Orchid

📋 copy color: '#B21BDA'

red 178 ◦ green 27 ◦ blue 218

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

Shades of Dark Orchid #B21BDA

Tints of Dark Orchid #B21BDA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.38%

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

R = 42.08%
G = 6.38%
B = 51.54%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B21BDA (or 0xB21BDA) is known color: Dark Orchid. HEX triplet: B2, 1B and DA. RGB value is (178,27,218). Sum of RGB (Red+Green+Blue) = 178+27+218=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #B21BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21BDA is #4DE425. Grayscale: #5D5D5D. Windows color (decimal): -5104678 or 14293938. OLE color: 14293938.

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

Color convert

RGB 178 27 218 -
CMYK 0.18 0.88 0 0.15
HSL 287.43º 0.78% 0.48% -
HSV(B) 287.43º 0.88% 0.85% -
XYZ 31.41 15.31 67.63 -
YUV 93.92 198.03 187.97 -
System Red Green Blue C M Y K H S L
Decimal 178 27 218 0.18 0.88 0 0.15 287.43 0.78 0.48
Hex B2 1B DA 12 58 0 F 11F 4E 30
Octal 262 33 332 22 130 0 17 437 116 60
Binary 10110010 11011 11011010 10010 1011000 0 1111 100011111 1001110 110000

Color Harmonies of #B21BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21BDA

Black with #B21BDA

Text Example


Text Example

White with #B21BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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