Html Css Color HEX #B925C0 Deep Magenta

📋 copy color: '#B925C0'

red 185 ◦ green 37 ◦ blue 192

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

Shades of Deep Magenta #B925C0

Tints of Deep Magenta #B925C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.38%

R = 44.69%
G = 8.94%
B = 46.38%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B925C0 (or 0xB925C0) is known color: Deep Magenta. HEX triplet: B9, 25 and C0. RGB value is (185,37,192). Sum of RGB (Red+Green+Blue) = 185+37+192=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #B925C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B925C0 is #46DA3F. Grayscale: #626262. Windows color (decimal): -4643392 or 12592569. OLE color: 12592569.

HSL color Cylindrical-coordinate representation of color #B925C0: hue angle of 297.29º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B925C0 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 37 192 -
CMYK 0.04 0.81 0 0.25
HSL 297.29º 0.68% 0.45% -
HSV(B) 297.29º 0.81% 0.75% -
XYZ 30.18 15.44 51.26 -
YUV 98.92 180.53 189.4 -
System Red Green Blue C M Y K H S L
Decimal 185 37 192 0.04 0.81 0 0.25 297.29 0.68 0.45
Hex B9 25 C0 4 51 0 19 129 44 2D
Octal 271 45 300 4 121 0 31 451 104 55
Binary 10111001 100101 11000000 100 1010001 0 11001 100101001 1000100 101101

Color Harmonies of #B925C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B925C0

Black with #B925C0

Text Example


Text Example

White with #B925C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B925C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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