Html Css Color HEX #B61CCB Deep Magenta

📋 copy color: '#B61CCB'

red 182 ◦ green 28 ◦ blue 203

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

Shades of Deep Magenta #B61CCB

Tints of Deep Magenta #B61CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.15%

R = 44.07%
G = 6.78%
B = 49.15%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B61CCB (or 0xB61CCB) is known color: Deep Magenta. HEX triplet: B6, 1C and CB. RGB value is (182,28,203). Sum of RGB (Red+Green+Blue) = 182+28+203=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #B61CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61CCB is #49E334. Grayscale: #5D5D5D. Windows color (decimal): -4842293 or 13311158. OLE color: 13311158.

HSL color Cylindrical-coordinate representation of color #B61CCB: hue angle of 292.8º 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 #B61CCB is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 28 203 -
CMYK 0.10 0.86 0 0.20
HSL 292.8º 0.76% 0.45% -
HSV(B) 292.8º 0.86% 0.8% -
XYZ 30.49 15.09 57.81 -
YUV 94 189.52 190.77 -
System Red Green Blue C M Y K H S L
Decimal 182 28 203 0.10 0.86 0 0.20 292.8 0.76 0.45
Hex B6 1C CB A 56 0 14 125 4C 2D
Octal 266 34 313 12 126 0 24 445 114 55
Binary 10110110 11100 11001011 1010 1010110 0 10100 100100101 1001100 101101

Color Harmonies of #B61CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61CCB

Black with #B61CCB

Text Example


Text Example

White with #B61CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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