Html Css Color HEX #BD23B7 Deep Magenta

📋 copy color: '#BD23B7'

red 189 ◦ green 35 ◦ blue 183

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

Shades of Deep Magenta #BD23B7

Tints of Deep Magenta #BD23B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.96%

R = 46.44%
G = 8.6%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BD23B7 (or 0xBD23B7) is known color: Deep Magenta. HEX triplet: BD, 23 and B7. RGB value is (189,35,183). Sum of RGB (Red+Green+Blue) = 189+35+183=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BD23B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD23B7 is #42DC48. Grayscale: #616161. Windows color (decimal): -4381769 or 12002237. OLE color: 12002237.

HSL color Cylindrical-coordinate representation of color #BD23B7: hue angle of 302.34º 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 #BD23B7 is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 35 183 -
CMYK 0 0.81 0.03 0.26
HSL 302.34º 0.69% 0.44% -
HSV(B) 302.34º 0.81% 0.74% -
XYZ 30.13 15.44 46.19 -
YUV 97.92 176.02 192.97 -
System Red Green Blue C M Y K H S L
Decimal 189 35 183 0 0.81 0.03 0.26 302.34 0.69 0.44
Hex BD 23 B7 0 51 3 1A 12E 45 2C
Octal 275 43 267 0 121 3 32 456 105 54
Binary 10111101 100011 10110111 0 1010001 11 11010 100101110 1000101 101100

Color Harmonies of #BD23B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD23B7

Black with #BD23B7

Text Example


Text Example

White with #BD23B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD23B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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