Html Css Color HEX #BD23AB Medium Violet Red

📋 copy color: '#BD23AB'

red 189 ◦ green 35 ◦ blue 171

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

Shades of Medium Violet Red #BD23AB

Tints of Medium Violet Red #BD23AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.29%

R = 47.85%
G = 8.86%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BD23AB (or 0xBD23AB) is known color: Medium Violet Red. HEX triplet: BD, 23 and AB. RGB value is (189,35,171). Sum of RGB (Red+Green+Blue) = 189+35+171=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD23AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD23AB is #42DC54. Grayscale: #606060. Windows color (decimal): -4381781 or 11215805. OLE color: 11215805.

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

Color convert

RGB 189 35 171 -
CMYK 0 0.81 0.10 0.26
HSL 307.01º 0.69% 0.44% -
HSV(B) 307.01º 0.81% 0.74% -
XYZ 28.94 14.96 39.89 -
YUV 96.55 170.02 193.94 -
System Red Green Blue C M Y K H S L
Decimal 189 35 171 0 0.81 0.10 0.26 307.01 0.69 0.44
Hex BD 23 AB 0 51 A 1A 133 45 2C
Octal 275 43 253 0 121 12 32 463 105 54
Binary 10111101 100011 10101011 0 1010001 1010 11010 100110011 1000101 101100

Color Harmonies of #BD23AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD23AB

Black with #BD23AB

Text Example


Text Example

White with #BD23AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD23AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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