Html Css Color HEX #B61CCC Deep Magenta

📋 copy color: '#B61CCC'

red 182 ◦ green 28 ◦ blue 204

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

Shades of Deep Magenta #B61CCC

Tints of Deep Magenta #B61CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.76%

 BLUE value IS 204 (80.08% from 255) = 49.28%

R = 43.96%
G = 6.76%
B = 49.28%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B61CCC (or 0xB61CCC) is known color: Deep Magenta. HEX triplet: B6, 1C and CC. RGB value is (182,28,204). Sum of RGB (Red+Green+Blue) = 182+28+204=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #B61CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61CCC is #49E333. Grayscale: #5D5D5D. Windows color (decimal): -4842292 or 13376694. OLE color: 13376694.

HSL color Cylindrical-coordinate representation of color #B61CCC: hue angle of 292.5º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B61CCC is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 28 204 -
CMYK 0.11 0.86 0 0.2
HSL 292.5º 0.76% 0.45% -
HSV(B) 292.5º 0.86% 0.8% -
XYZ 30.61 15.14 58.44 -
YUV 94.11 190.02 190.69 -
System Red Green Blue C M Y K H S L
Decimal 182 28 204 0.11 0.86 0 0.2 292.5 0.76 0.45
Hex B6 1C CC B 56 0 14 124 4C 2D
Octal 266 34 314 13 126 0 24 444 114 55
Binary 10110110 11100 11001100 1011 1010110 0 10100 100100100 1001100 101101

Color Harmonies of #B61CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61CCC

Black with #B61CCC

Text Example


Text Example

White with #B61CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61CCC; }

 p { color: rgb(182,28,204); }

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

background-color css

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

 a { background-color: rgb(182,28,204); }

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

border-color css

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

 span { border-color: rgb(182,28,204); }

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