Html Css Color HEX #B21DBE Dark Orchid

📋 copy color: '#B21DBE'

red 178 ◦ green 29 ◦ blue 190

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

Shades of Dark Orchid #B21DBE

Tints of Dark Orchid #B21DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 44.84%
G = 7.3%
B = 47.86%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B21DBE (or 0xB21DBE) is known color: Dark Orchid. HEX triplet: B2, 1D and BE. RGB value is (178,29,190). Sum of RGB (Red+Green+Blue) = 178+29+190=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 29 (11.72% from 255 or 7.30% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #B21DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21DBE is #4DE241. Grayscale: #5B5B5B. Windows color (decimal): -5104194 or 12459442. OLE color: 12459442.

HSL color Cylindrical-coordinate representation of color #B21DBE: hue angle of 295.53º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21DBE is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 29 190 -
CMYK 0.06 0.85 0 0.25
HSL 295.53º 0.74% 0.43% -
HSV(B) 295.53º 0.85% 0.75% -
XYZ 28.09 14.06 49.95 -
YUV 91.91 183.36 189.41 -
System Red Green Blue C M Y K H S L
Decimal 178 29 190 0.06 0.85 0 0.25 295.53 0.74 0.43
Hex B2 1D BE 6 55 0 19 128 4A 2B
Octal 262 35 276 6 125 0 31 450 112 53
Binary 10110010 11101 10111110 110 1010101 0 11001 100101000 1001010 101011

Color Harmonies of #B21DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21DBE

Black with #B21DBE

Text Example


Text Example

White with #B21DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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