Html Css Color HEX #BD38A5 Medium Red Violet

📋 copy color: '#BD38A5'

red 189 ◦ green 56 ◦ blue 165

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

Shades of Medium Red Violet #BD38A5

Tints of Medium Red Violet #BD38A5

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.66%

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

R = 46.1%
G = 13.66%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD38A5 (or 0xBD38A5) is known color: Medium Red Violet. HEX triplet: BD, 38 and A5. RGB value is (189,56,165). Sum of RGB (Red+Green+Blue) = 189+56+165=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 56 (22.27% from 255 or 13.66% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD38A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD38A5 is #42C75A. Grayscale: #6B6B6B. Windows color (decimal): -4376411 or 10827965. OLE color: 10827965.

HSL color Cylindrical-coordinate representation of color #BD38A5: hue angle of 310.83º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD38A5 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 56 165 -
CMYK 0 0.70 0.13 0.26
HSL 310.83º 0.54% 0.48% -
HSV(B) 310.83º 0.7% 0.74% -
XYZ 29.19 16.36 37.22 -
YUV 108.19 160.06 185.64 -
System Red Green Blue C M Y K H S L
Decimal 189 56 165 0 0.70 0.13 0.26 310.83 0.54 0.48
Hex BD 38 A5 0 46 D 1A 137 36 30
Octal 275 70 245 0 106 15 32 467 66 60
Binary 10111101 111000 10100101 0 1000110 1101 11010 100110111 110110 110000

Color Harmonies of #BD38A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD38A5

Black with #BD38A5

Text Example


Text Example

White with #BD38A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD38A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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