Html Css Color HEX #B61CCF Deep Magenta

📋 copy color: '#B61CCF'

red 182 ◦ green 28 ◦ blue 207

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

Shades of Deep Magenta #B61CCF

Tints of Deep Magenta #B61CCF

RGB

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

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

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

R = 43.65%
G = 6.71%
B = 49.64%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B61CCF (or 0xB61CCF) is known color: Deep Magenta. HEX triplet: B6, 1C and CF. RGB value is (182,28,207). Sum of RGB (Red+Green+Blue) = 182+28+207=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #B61CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61CCF is #49E330. Grayscale: #5D5D5D. Windows color (decimal): -4842289 or 13573302. OLE color: 13573302.

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

Color convert

RGB 182 28 207 -
CMYK 0.12 0.86 0 0.19
HSL 291.62º 0.76% 0.46% -
HSV(B) 291.62º 0.86% 0.81% -
XYZ 30.97 15.28 60.35 -
YUV 94.45 191.52 190.45 -
System Red Green Blue C M Y K H S L
Decimal 182 28 207 0.12 0.86 0 0.19 291.62 0.76 0.46
Hex B6 1C CF C 56 0 13 124 4C 2E
Octal 266 34 317 14 126 0 23 444 114 56
Binary 10110110 11100 11001111 1100 1010110 0 10011 100100100 1001100 101110

Color Harmonies of #B61CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61CCF

Black with #B61CCF

Text Example


Text Example

White with #B61CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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