Html Css Color HEX #BD23A4 Medium Violet Red

📋 copy color: '#BD23A4'

red 189 ◦ green 35 ◦ blue 164

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

Shades of Medium Violet Red #BD23A4

Tints of Medium Violet Red #BD23A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.27%

R = 48.71%
G = 9.02%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD23A4 (or 0xBD23A4) is known color: Medium Violet Red. HEX triplet: BD, 23 and A4. RGB value is (189,35,164). Sum of RGB (Red+Green+Blue) = 189+35+164=388 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.71% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 189 - color contains mainly: red. Hex color #BD23A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD23A4 is #42DC5B. Grayscale: #5F5F5F. Windows color (decimal): -4381788 or 10757053. OLE color: 10757053.

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

Color convert

RGB 189 35 164 -
CMYK 0 0.81 0.13 0.26
HSL 309.74º 0.69% 0.44% -
HSV(B) 309.74º 0.81% 0.74% -
XYZ 28.29 14.7 36.47 -
YUV 95.75 166.52 194.51 -
System Red Green Blue C M Y K H S L
Decimal 189 35 164 0 0.81 0.13 0.26 309.74 0.69 0.44
Hex BD 23 A4 0 51 D 1A 136 45 2C
Octal 275 43 244 0 121 15 32 466 105 54
Binary 10111101 100011 10100100 0 1010001 1101 11010 100110110 1000101 101100

Color Harmonies of #BD23A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD23A4

Black with #BD23A4

Text Example


Text Example

White with #BD23A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD23A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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