Html Css Color HEX #BD25C4 Deep Magenta

📋 copy color: '#BD25C4'

red 189 ◦ green 37 ◦ blue 196

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

Shades of Deep Magenta #BD25C4

Tints of Deep Magenta #BD25C4

RGB

 RED value IS 189 (74.22% from 255) = 44.79%

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

 BLUE value IS 196 (76.95% from 255) = 46.45%

R = 44.79%
G = 8.77%
B = 46.45%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BD25C4 (or 0xBD25C4) is known color: Deep Magenta. HEX triplet: BD, 25 and C4. RGB value is (189,37,196). Sum of RGB (Red+Green+Blue) = 189+37+196=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 196 (76.95% from 255 or 46.45% from 422); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD25C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD25C4 is #42DA3B. Grayscale: #646464. Windows color (decimal): -4381244 or 12854717. OLE color: 12854717.

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

Color convert

RGB 189 37 196 -
CMYK 0.04 0.81 0 0.23
HSL 297.36º 0.68% 0.46% -
HSV(B) 297.36º 0.81% 0.77% -
XYZ 31.61 16.13 53.67 -
YUV 100.57 181.86 191.07 -
System Red Green Blue C M Y K H S L
Decimal 189 37 196 0.04 0.81 0 0.23 297.36 0.68 0.46
Hex BD 25 C4 4 51 0 17 129 44 2E
Octal 275 45 304 4 121 0 27 451 104 56
Binary 10111101 100101 11000100 100 1010001 0 10111 100101001 1000100 101110

Color Harmonies of #BD25C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD25C4

Black with #BD25C4

Text Example


Text Example

White with #BD25C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD25C4; }

 p { color: rgb(189,37,196); }

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

background-color css

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

 a { background-color: rgb(189,37,196); }

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

border-color css

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

 span { border-color: rgb(189,37,196); }

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