Html Css Color HEX #BD229B Medium Violet Red

📋 copy color: '#BD229B'

red 189 ◦ green 34 ◦ blue 155

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

Shades of Medium Violet Red #BD229B

Tints of Medium Violet Red #BD229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.99%

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 50%
G = 8.99%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD229B (or 0xBD229B) is known color: Medium Violet Red. HEX triplet: BD, 22 and 9B. RGB value is (189,34,155). Sum of RGB (Red+Green+Blue) = 189+34+155=378 (50% of max value = 765). Red value is 189 (74.22% from 255 or 50% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 189 - color contains mainly: red. Hex color #BD229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD229B is #42DD64. Grayscale: #5D5D5D. Windows color (decimal): -4382053 or 10166973. OLE color: 10166973.

HSL color Cylindrical-coordinate representation of color #BD229B: hue angle of 313.16º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD229B is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 34 155 -
CMYK 0 0.82 0.18 0.26
HSL 313.16º 0.7% 0.44% -
HSV(B) 313.16º 0.82% 0.74% -
XYZ 27.47 14.33 32.33 -
YUV 94.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 189 34 155 0 0.82 0.18 0.26 313.16 0.7 0.44
Hex BD 22 9B 0 52 12 1A 139 46 2C
Octal 275 42 233 0 122 22 32 471 106 54
Binary 10111101 100010 10011011 0 1010010 10010 11010 100111001 1000110 101100

Color Harmonies of #BD229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD229B

Black with #BD229B

Text Example


Text Example

White with #BD229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD229B; }

 p { color: rgb(189,34,155); }

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

background-color css

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

 a { background-color: rgb(189,34,155); }

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

border-color css

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

 span { border-color: rgb(189,34,155); }

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