Html Css Color HEX #BD338F Medium Red Violet

📋 copy color: '#BD338F'

red 189 ◦ green 51 ◦ blue 143

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

Shades of Medium Red Violet #BD338F

Tints of Medium Red Violet #BD338F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.32%

 BLUE value IS 143 (56.25% from 255) = 37.34%

R = 49.35%
G = 13.32%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD338F (or 0xBD338F) is known color: Medium Red Violet. HEX triplet: BD, 33 and 8F. RGB value is (189,51,143). Sum of RGB (Red+Green+Blue) = 189+51+143=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD338F is #42CC70. Grayscale: #666666. Windows color (decimal): -4377713 or 9384893. OLE color: 9384893.

HSL color Cylindrical-coordinate representation of color #BD338F: hue angle of 320º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD338F is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 51 143 -
CMYK 0 0.73 0.24 0.26
HSL 320º 0.58% 0.47% -
HSV(B) 320º 0.73% 0.74% -
XYZ 27.13 15.17 27.48 -
YUV 102.75 150.72 189.52 -
System Red Green Blue C M Y K H S L
Decimal 189 51 143 0 0.73 0.24 0.26 320 0.58 0.47
Hex BD 33 8F 0 49 18 1A 140 3A 2F
Octal 275 63 217 0 111 30 32 500 72 57
Binary 10111101 110011 10001111 0 1001001 11000 11010 101000000 111010 101111

Color Harmonies of #BD338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD338F

Black with #BD338F

Text Example


Text Example

White with #BD338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD338F; }

 p { color: rgb(189,51,143); }

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

background-color css

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

 a { background-color: rgb(189,51,143); }

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

border-color css

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

 span { border-color: rgb(189,51,143); }

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