Html Css Color HEX #B612CF Deep Magenta

📋 copy color: '#B612CF'

red 182 ◦ green 18 ◦ blue 207

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

Shades of Deep Magenta #B612CF

Tints of Deep Magenta #B612CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.86%

R = 44.72%
G = 4.42%
B = 50.86%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B612CF (or 0xB612CF) is known color: Deep Magenta. HEX triplet: B6, 12 and CF. RGB value is (182,18,207). Sum of RGB (Red+Green+Blue) = 182+18+207=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 18 (7.42% from 255 or 4.42% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #B612CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B612CF is #49ED30. Grayscale: #575757. Windows color (decimal): -4844849 or 13570742. OLE color: 13570742.

HSL color Cylindrical-coordinate representation of color #B612CF: hue angle of 292.06º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B612CF is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 18 207 -
CMYK 0.12 0.91 0 0.19
HSL 292.06º 0.84% 0.44% -
HSV(B) 292.06º 0.91% 0.81% -
XYZ 30.77 14.88 60.28 -
YUV 88.58 194.83 194.63 -
System Red Green Blue C M Y K H S L
Decimal 182 18 207 0.12 0.91 0 0.19 292.06 0.84 0.44
Hex B6 12 CF C 5B 0 13 124 54 2C
Octal 266 22 317 14 133 0 23 444 124 54
Binary 10110110 10010 11001111 1100 1011011 0 10011 100100100 1010100 101100

Color Harmonies of #B612CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B612CF

Black with #B612CF

Text Example


Text Example

White with #B612CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B612CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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