Html Css Color HEX #BD23AF Deep Magenta

📋 copy color: '#BD23AF'

red 189 ◦ green 35 ◦ blue 175

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

Shades of Deep Magenta #BD23AF

Tints of Deep Magenta #BD23AF

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.77%

 BLUE value IS 175 (68.75% from 255) = 43.86%

R = 47.37%
G = 8.77%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BD23AF (or 0xBD23AF) is known color: Deep Magenta. HEX triplet: BD, 23 and AF. RGB value is (189,35,175). Sum of RGB (Red+Green+Blue) = 189+35+175=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD23AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD23AF is #42DC50. Grayscale: #606060. Windows color (decimal): -4381777 or 11477949. OLE color: 11477949.

HSL color Cylindrical-coordinate representation of color #BD23AF: hue angle of 305.45º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD23AF is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 35 175 -
CMYK 0 0.81 0.07 0.26
HSL 305.45º 0.69% 0.44% -
HSV(B) 305.45º 0.81% 0.74% -
XYZ 29.33 15.12 41.93 -
YUV 97.01 172.02 193.62 -
System Red Green Blue C M Y K H S L
Decimal 189 35 175 0 0.81 0.07 0.26 305.45 0.69 0.44
Hex BD 23 AF 0 51 7 1A 131 45 2C
Octal 275 43 257 0 121 7 32 461 105 54
Binary 10111101 100011 10101111 0 1010001 111 11010 100110001 1000101 101100

Color Harmonies of #BD23AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD23AF

Black with #BD23AF

Text Example


Text Example

White with #BD23AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD23AF; }

 p { color: rgb(189,35,175); }

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

background-color css

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

 a { background-color: rgb(189,35,175); }

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

border-color css

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

 span { border-color: rgb(189,35,175); }

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