Html Css Color HEX #B925B2 Deep Magenta

📋 copy color: '#B925B2'

red 185 ◦ green 37 ◦ blue 178

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

Shades of Deep Magenta #B925B2

Tints of Deep Magenta #B925B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.5%

R = 46.25%
G = 9.25%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#B925B2 (or 0xB925B2) is known color: Deep Magenta. HEX triplet: B9, 25 and B2. RGB value is (185,37,178). Sum of RGB (Red+Green+Blue) = 185+37+178=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B925B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B925B2 is #46DA4D. Grayscale: #606060. Windows color (decimal): -4643406 or 11675065. OLE color: 11675065.

HSL color Cylindrical-coordinate representation of color #B925B2: hue angle of 302.84º 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 #B925B2 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 37 178 -
CMYK 0 0.80 0.04 0.27
HSL 302.84º 0.67% 0.44% -
HSV(B) 302.84º 0.8% 0.73% -
XYZ 28.71 14.85 43.47 -
YUV 97.33 173.53 190.54 -
System Red Green Blue C M Y K H S L
Decimal 185 37 178 0 0.80 0.04 0.27 302.84 0.67 0.44
Hex B9 25 B2 0 50 4 1B 12F 43 2C
Octal 271 45 262 0 120 4 33 457 103 54
Binary 10111001 100101 10110010 0 1010000 100 11011 100101111 1000011 101100

Color Harmonies of #B925B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B925B2

Black with #B925B2

Text Example


Text Example

White with #B925B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B925B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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