Html Css Color HEX #BD23BB Deep Magenta

📋 copy color: '#BD23BB'

red 189 ◦ green 35 ◦ blue 187

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

Shades of Deep Magenta #BD23BB

Tints of Deep Magenta #BD23BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.5%

R = 45.99%
G = 8.52%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BD23BB (or 0xBD23BB) is known color: Deep Magenta. HEX triplet: BD, 23 and BB. RGB value is (189,35,187). Sum of RGB (Red+Green+Blue) = 189+35+187=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 35 (14.06% from 255 or 8.52% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD23BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD23BB is #42DC44. Grayscale: #616161. Windows color (decimal): -4381765 or 12264381. OLE color: 12264381.

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

Color convert

RGB 189 35 187 -
CMYK 0 0.81 0.01 0.26
HSL 300.78º 0.69% 0.44% -
HSV(B) 300.78º 0.81% 0.74% -
XYZ 30.56 15.61 48.42 -
YUV 98.37 178.02 192.64 -
System Red Green Blue C M Y K H S L
Decimal 189 35 187 0 0.81 0.01 0.26 300.78 0.69 0.44
Hex BD 23 BB 0 51 1 1A 12D 45 2C
Octal 275 43 273 0 121 1 32 455 105 54
Binary 10111101 100011 10111011 0 1010001 1 11010 100101101 1000101 101100

Color Harmonies of #BD23BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD23BB

Black with #BD23BB

Text Example


Text Example

White with #BD23BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD23BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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