Html Css Color HEX #BD23A5 Medium Violet Red

📋 copy color: '#BD23A5'

red 189 ◦ green 35 ◦ blue 165

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

Shades of Medium Violet Red #BD23A5

Tints of Medium Violet Red #BD23A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.42%

R = 48.59%
G = 9%
B = 42.42%

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

#BD23A5 (or 0xBD23A5) is known color: Medium Violet Red. HEX triplet: BD, 23 and A5. RGB value is (189,35,165). Sum of RGB (Red+Green+Blue) = 189+35+165=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 165 (64.84% from 255 or 42.42% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD23A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD23A5 is #42DC5A. Grayscale: #5F5F5F. Windows color (decimal): -4381787 or 10822589. OLE color: 10822589.

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

Color convert

RGB 189 35 165 -
CMYK 0 0.81 0.13 0.26
HSL 309.35º 0.69% 0.44% -
HSV(B) 309.35º 0.81% 0.74% -
XYZ 28.38 14.74 36.95 -
YUV 95.87 167.02 194.43 -
System Red Green Blue C M Y K H S L
Decimal 189 35 165 0 0.81 0.13 0.26 309.35 0.69 0.44
Hex BD 23 A5 0 51 D 1A 135 45 2C
Octal 275 43 245 0 121 15 32 465 105 54
Binary 10111101 100011 10100101 0 1010001 1101 11010 100110101 1000101 101100

Color Harmonies of #BD23A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD23A5

Black with #BD23A5

Text Example


Text Example

White with #BD23A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD23A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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