Html Css Color HEX #B61CBB Deep Magenta

📋 copy color: '#B61CBB'

red 182 ◦ green 28 ◦ blue 187

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

Shades of Deep Magenta #B61CBB

Tints of Deep Magenta #B61CBB

RGB

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

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

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

R = 45.84%
G = 7.05%
B = 47.1%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B61CBB (or 0xB61CBB) is known color: Deep Magenta. HEX triplet: B6, 1C and BB. RGB value is (182,28,187). Sum of RGB (Red+Green+Blue) = 182+28+187=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #B61CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61CBB is #49E344. Grayscale: #5B5B5B. Windows color (decimal): -4842309 or 12262582. OLE color: 12262582.

HSL color Cylindrical-coordinate representation of color #B61CBB: hue angle of 298.11º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61CBB is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 28 187 -
CMYK 0.03 0.85 0 0.27
HSL 298.11º 0.74% 0.42% -
HSV(B) 298.11º 0.85% 0.73% -
XYZ 28.68 14.36 48.27 -
YUV 92.17 181.52 192.07 -
System Red Green Blue C M Y K H S L
Decimal 182 28 187 0.03 0.85 0 0.27 298.11 0.74 0.42
Hex B6 1C BB 3 55 0 1B 12A 4A 2A
Octal 266 34 273 3 125 0 33 452 112 52
Binary 10110110 11100 10111011 11 1010101 0 11011 100101010 1001010 101010

Color Harmonies of #B61CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61CBB

Black with #B61CBB

Text Example


Text Example

White with #B61CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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