Html Css Color HEX #B612BB Deep Magenta

📋 copy color: '#B612BB'

red 182 ◦ green 18 ◦ blue 187

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

Shades of Deep Magenta #B612BB

Tints of Deep Magenta #B612BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.32%

R = 47.03%
G = 4.65%
B = 48.32%

CMYK

 C value IS 0.03

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B612BB (or 0xB612BB) is known color: Deep Magenta. HEX triplet: B6, 12 and BB. RGB value is (182,18,187). Sum of RGB (Red+Green+Blue) = 182+18+187=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 18 (7.42% from 255 or 4.65% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #B612BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B612BB is #49ED44. Grayscale: #555555. Windows color (decimal): -4844869 or 12260022. OLE color: 12260022.

HSL color Cylindrical-coordinate representation of color #B612BB: hue angle of 298.22º 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 #B612BB is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 18 187 -
CMYK 0.03 0.90 0 0.27
HSL 298.22º 0.82% 0.4% -
HSV(B) 298.22º 0.9% 0.73% -
XYZ 28.48 13.97 48.21 -
YUV 86.3 184.83 196.26 -
System Red Green Blue C M Y K H S L
Decimal 182 18 187 0.03 0.90 0 0.27 298.22 0.82 0.4
Hex B6 12 BB 3 5A 0 1B 12A 52 28
Octal 266 22 273 3 132 0 33 452 122 50
Binary 10110110 10010 10111011 11 1011010 0 11011 100101010 1010010 101000

Color Harmonies of #B612BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B612BB

Black with #B612BB

Text Example


Text Example

White with #B612BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B612BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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