Html Css Color HEX #B109B3 Deep Magenta

📋 copy color: '#B109B3'

red 177 ◦ green 9 ◦ blue 179

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

Shades of Deep Magenta #B109B3

Tints of Deep Magenta #B109B3

RGB

 RED value IS 177 (69.53% from 255) = 48.49%

 GREEN value IS 9 (3.91% from 255) = 2.47%

 BLUE value IS 179 (70.31% from 255) = 49.04%

R = 48.49%
G = 2.47%
B = 49.04%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B109B3 (or 0xB109B3) is known color: Deep Magenta. HEX triplet: B1, 09 and B3. RGB value is (177,9,179). Sum of RGB (Red+Green+Blue) = 177+9+179=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #B109B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B109B3 is #4EF64C. Grayscale: #4E4E4E. Windows color (decimal): -5174861 or 11733425. OLE color: 11733425.

HSL color Cylindrical-coordinate representation of color #B109B3: hue angle of 299.29º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B109B3 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 9 179 -
CMYK 0.01 0.95 0 0.30
HSL 299.29º 0.9% 0.37% -
HSV(B) 299.29º 0.95% 0.7% -
XYZ 26.37 12.8 43.73 -
YUV 78.61 184.66 198.18 -
System Red Green Blue C M Y K H S L
Decimal 177 9 179 0.01 0.95 0 0.30 299.29 0.9 0.37
Hex B1 9 B3 1 5F 0 1E 12B 5A 25
Octal 261 11 263 1 137 0 36 453 132 45
Binary 10110001 1001 10110011 1 1011111 0 11110 100101011 1011010 100101

Color Harmonies of #B109B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B109B3

Black with #B109B3

Text Example


Text Example

White with #B109B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B109B3; }

 p { color: rgb(177,9,179); }

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

background-color css

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

 a { background-color: rgb(177,9,179); }

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

border-color css

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

 span { border-color: rgb(177,9,179); }

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