Html Css Color HEX #B822C2 Deep Magenta

📋 copy color: '#B822C2'

red 184 ◦ green 34 ◦ blue 194

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

Shades of Deep Magenta #B822C2

Tints of Deep Magenta #B822C2

RGB

 RED value IS 184 (72.27% from 255) = 44.66%

 GREEN value IS 34 (13.67% from 255) = 8.25%

 BLUE value IS 194 (76.17% from 255) = 47.09%

R = 44.66%
G = 8.25%
B = 47.09%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B822C2 (or 0xB822C2) is known color: Deep Magenta. HEX triplet: B8, 22 and C2. RGB value is (184,34,194). Sum of RGB (Red+Green+Blue) = 184+34+194=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 34 (13.67% from 255 or 8.25% from 412); Blue value is 194 (76.17% from 255 or 47.09% from 412); Max value from RGB is 194 - color contains mainly: blue. Hex color #B822C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B822C2 is #47DD3D. Grayscale: #606060. Windows color (decimal): -4709694 or 12722872. OLE color: 12722872.

HSL color Cylindrical-coordinate representation of color #B822C2: hue angle of 296.25º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B822C2 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 184 34 194 -
CMYK 0.05 0.82 0 0.24
HSL 296.25º 0.7% 0.45% -
HSV(B) 296.25º 0.82% 0.76% -
XYZ 30.08 15.23 52.39 -
YUV 97.09 182.7 189.99 -
System Red Green Blue C M Y K H S L
Decimal 184 34 194 0.05 0.82 0 0.24 296.25 0.7 0.45
Hex B8 22 C2 5 52 0 18 128 46 2D
Octal 270 42 302 5 122 0 30 450 106 55
Binary 10111000 100010 11000010 101 1010010 0 11000 100101000 1000110 101101

Color Harmonies of #B822C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B822C2

Black with #B822C2

Text Example


Text Example

White with #B822C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B822C2; }

 p { color: rgb(184,34,194); }

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

background-color css

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

 a { background-color: rgb(184,34,194); }

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

border-color css

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

 span { border-color: rgb(184,34,194); }

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