Html Css Color HEX #B21DCB Dark Orchid

📋 copy color: '#B21DCB'

red 178 ◦ green 29 ◦ blue 203

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

Shades of Dark Orchid #B21DCB

Tints of Dark Orchid #B21DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 43.41%
G = 7.07%
B = 49.51%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B21DCB (or 0xB21DCB) is known color: Dark Orchid. HEX triplet: B2, 1D and CB. RGB value is (178,29,203). Sum of RGB (Red+Green+Blue) = 178+29+203=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #B21DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21DCB is #4DE234. Grayscale: #5C5C5C. Windows color (decimal): -5104181 or 13311410. OLE color: 13311410.

HSL color Cylindrical-coordinate representation of color #B21DCB: hue angle of 291.38º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B21DCB is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 29 203 -
CMYK 0.12 0.86 0 0.20
HSL 291.38º 0.75% 0.45% -
HSV(B) 291.38º 0.86% 0.8% -
XYZ 29.58 14.66 57.77 -
YUV 93.39 189.86 188.35 -
System Red Green Blue C M Y K H S L
Decimal 178 29 203 0.12 0.86 0 0.20 291.38 0.75 0.45
Hex B2 1D CB C 56 0 14 123 4B 2D
Octal 262 35 313 14 126 0 24 443 113 55
Binary 10110010 11101 11001011 1100 1010110 0 10100 100100011 1001011 101101

Color Harmonies of #B21DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21DCB

Black with #B21DCB

Text Example


Text Example

White with #B21DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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