Html Css Color HEX #B925BA Deep Magenta

📋 copy color: '#B925BA'

red 185 ◦ green 37 ◦ blue 186

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

Shades of Deep Magenta #B925BA

Tints of Deep Magenta #B925BA

RGB

 RED value IS 185 (72.66% from 255) = 45.34%

 GREEN value IS 37 (14.84% from 255) = 9.07%

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 45.34%
G = 9.07%
B = 45.59%

CMYK

 C value IS 0.01

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B925BA (or 0xB925BA) is known color: Deep Magenta. HEX triplet: B9, 25 and BA. RGB value is (185,37,186). Sum of RGB (Red+Green+Blue) = 185+37+186=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 37 (14.84% from 255 or 9.07% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #B925BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B925BA is #46DA45. Grayscale: #616161. Windows color (decimal): -4643398 or 12199353. OLE color: 12199353.

HSL color Cylindrical-coordinate representation of color #B925BA: hue angle of 299.6º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B925BA is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 37 186 -
CMYK 0.01 0.80 0 0.27
HSL 299.6º 0.67% 0.44% -
HSV(B) 299.6º 0.8% 0.73% -
XYZ 29.53 15.18 47.83 -
YUV 98.24 177.53 189.88 -
System Red Green Blue C M Y K H S L
Decimal 185 37 186 0.01 0.80 0 0.27 299.6 0.67 0.44
Hex B9 25 BA 1 50 0 1B 12C 43 2C
Octal 271 45 272 1 120 0 33 454 103 54
Binary 10111001 100101 10111010 1 1010000 0 11011 100101100 1000011 101100

Color Harmonies of #B925BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B925BA

Black with #B925BA

Text Example


Text Example

White with #B925BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B925BA; }

 p { color: rgb(185,37,186); }

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

background-color css

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

 a { background-color: rgb(185,37,186); }

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

border-color css

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

 span { border-color: rgb(185,37,186); }

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