Html Css Color HEX #B621BD Deep Magenta

📋 copy color: '#B621BD'

red 182 ◦ green 33 ◦ blue 189

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

Shades of Deep Magenta #B621BD

Tints of Deep Magenta #B621BD

RGB

 RED value IS 182 (71.48% from 255) = 45.05%

 GREEN value IS 33 (13.28% from 255) = 8.17%

 BLUE value IS 189 (74.22% from 255) = 46.78%

R = 45.05%
G = 8.17%
B = 46.78%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B621BD (or 0xB621BD) is known color: Deep Magenta. HEX triplet: B6, 21 and BD. RGB value is (182,33,189). Sum of RGB (Red+Green+Blue) = 182+33+189=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #B621BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B621BD is #49DE42. Grayscale: #5E5E5E. Windows color (decimal): -4841027 or 12394934. OLE color: 12394934.

HSL color Cylindrical-coordinate representation of color #B621BD: hue angle of 297.31º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B621BD is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 33 189 -
CMYK 0.04 0.83 0 0.26
HSL 297.31º 0.7% 0.44% -
HSV(B) 297.31º 0.83% 0.74% -
XYZ 29.02 14.71 49.45 -
YUV 95.34 180.86 189.82 -
System Red Green Blue C M Y K H S L
Decimal 182 33 189 0.04 0.83 0 0.26 297.31 0.7 0.44
Hex B6 21 BD 4 53 0 1A 129 46 2C
Octal 266 41 275 4 123 0 32 451 106 54
Binary 10110110 100001 10111101 100 1010011 0 11010 100101001 1000110 101100

Color Harmonies of #B621BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B621BD

Black with #B621BD

Text Example


Text Example

White with #B621BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B621BD; }

 p { color: rgb(182,33,189); }

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

background-color css

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

 a { background-color: rgb(182,33,189); }

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

border-color css

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

 span { border-color: rgb(182,33,189); }

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