Html Css Color HEX #B612BA Deep Magenta

📋 copy color: '#B612BA'

red 182 ◦ green 18 ◦ blue 186

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

Shades of Deep Magenta #B612BA

Tints of Deep Magenta #B612BA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.66%

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 47.15%
G = 4.66%
B = 48.19%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B612BA (or 0xB612BA) is known color: Deep Magenta. HEX triplet: B6, 12 and BA. RGB value is (182,18,186). Sum of RGB (Red+Green+Blue) = 182+18+186=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 18 (7.42% from 255 or 4.66% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #B612BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B612BA is #49ED45. Grayscale: #555555. Windows color (decimal): -4844870 or 12194486. OLE color: 12194486.

HSL color Cylindrical-coordinate representation of color #B612BA: hue angle of 298.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B612BA is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 18 186 -
CMYK 0.02 0.90 0 0.27
HSL 298.57º 0.82% 0.4% -
HSV(B) 298.57º 0.9% 0.73% -
XYZ 28.37 13.92 47.65 -
YUV 86.19 184.33 196.34 -
System Red Green Blue C M Y K H S L
Decimal 182 18 186 0.02 0.90 0 0.27 298.57 0.82 0.4
Hex B6 12 BA 2 5A 0 1B 12B 52 28
Octal 266 22 272 2 132 0 33 453 122 50
Binary 10110110 10010 10111010 10 1011010 0 11011 100101011 1010010 101000

Color Harmonies of #B612BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B612BA

Black with #B612BA

Text Example


Text Example

White with #B612BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B612BA; }

 p { color: rgb(182,18,186); }

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

background-color css

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

 a { background-color: rgb(182,18,186); }

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

border-color css

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

 span { border-color: rgb(182,18,186); }

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