Html Css Color HEX #B612B7 Deep Magenta

📋 copy color: '#B612B7'

red 182 ◦ green 18 ◦ blue 183

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

Shades of Deep Magenta #B612B7

Tints of Deep Magenta #B612B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 47.78%

R = 47.52%
G = 4.7%
B = 47.78%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B612B7 (or 0xB612B7) is known color: Deep Magenta. HEX triplet: B6, 12 and B7. RGB value is (182,18,183). Sum of RGB (Red+Green+Blue) = 182+18+183=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 183 (71.88% from 255 or 47.78% from 383); Max value from RGB is 183 - color contains mainly: blue. Hex color #B612B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B612B7 is #49ED48. Grayscale: #555555. Windows color (decimal): -4844873 or 11997878. OLE color: 11997878.

HSL color Cylindrical-coordinate representation of color #B612B7: hue angle of 299.64º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B612B7 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 182 18 183 -
CMYK 0.01 0.90 0 0.28
HSL 299.64º 0.82% 0.39% -
HSV(B) 299.64º 0.9% 0.72% -
XYZ 28.05 13.8 45.98 -
YUV 85.85 182.83 196.58 -
System Red Green Blue C M Y K H S L
Decimal 182 18 183 0.01 0.90 0 0.28 299.64 0.82 0.39
Hex B6 12 B7 1 5A 0 1C 12C 52 27
Octal 266 22 267 1 132 0 34 454 122 47
Binary 10110110 10010 10110111 1 1011010 0 11100 100101100 1010010 100111

Color Harmonies of #B612B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B612B7

Black with #B612B7

Text Example


Text Example

White with #B612B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B612B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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