Html Css Color HEX #B61BBC Deep Magenta

📋 copy color: '#B61BBC'

red 182 ◦ green 27 ◦ blue 188

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

Shades of Deep Magenta #B61BBC

Tints of Deep Magenta #B61BBC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.8%

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 45.84%
G = 6.8%
B = 47.36%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B61BBC (or 0xB61BBC) is known color: Deep Magenta. HEX triplet: B6, 1B and BC. RGB value is (182,27,188). Sum of RGB (Red+Green+Blue) = 182+27+188=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #B61BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61BBC is #49E443. Grayscale: #5B5B5B. Windows color (decimal): -4842564 or 12327862. OLE color: 12327862.

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

Color convert

RGB 182 27 188 -
CMYK 0.03 0.86 0 0.26
HSL 297.76º 0.75% 0.42% -
HSV(B) 297.76º 0.86% 0.74% -
XYZ 28.76 14.36 48.83 -
YUV 91.7 182.35 192.41 -
System Red Green Blue C M Y K H S L
Decimal 182 27 188 0.03 0.86 0 0.26 297.76 0.75 0.42
Hex B6 1B BC 3 56 0 1A 12A 4B 2A
Octal 266 33 274 3 126 0 32 452 113 52
Binary 10110110 11011 10111100 11 1010110 0 11010 100101010 1001011 101010

Color Harmonies of #B61BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61BBC

Black with #B61BBC

Text Example


Text Example

White with #B61BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61BBC; }

 p { color: rgb(182,27,188); }

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

background-color css

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

 a { background-color: rgb(182,27,188); }

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

border-color css

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

 span { border-color: rgb(182,27,188); }

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