Html Css Color HEX #BD0BA4 Medium Violet Red

📋 copy color: '#BD0BA4'

red 189 ◦ green 11 ◦ blue 164

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

Shades of Medium Violet Red #BD0BA4

Tints of Medium Violet Red #BD0BA4

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.02%

 BLUE value IS 164 (64.45% from 255) = 45.05%

R = 51.92%
G = 3.02%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD0BA4 (or 0xBD0BA4) is known color: Medium Violet Red. HEX triplet: BD, 0B and A4. RGB value is (189,11,164). Sum of RGB (Red+Green+Blue) = 189+11+164=364 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.92% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 164 (64.45% from 255 or 45.05% from 364); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0BA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0BA4 is #42F45B. Grayscale: #515151. Windows color (decimal): -4387932 or 10750909. OLE color: 10750909.

HSL color Cylindrical-coordinate representation of color #BD0BA4: hue angle of 308.43º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0BA4 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 11 164 -
CMYK 0 0.94 0.13 0.26
HSL 308.43º 0.89% 0.39% -
HSV(B) 308.43º 0.94% 0.74% -
XYZ 27.81 13.74 36.31 -
YUV 81.66 174.47 204.56 -
System Red Green Blue C M Y K H S L
Decimal 189 11 164 0 0.94 0.13 0.26 308.43 0.89 0.39
Hex BD B A4 0 5E D 1A 134 59 27
Octal 275 13 244 0 136 15 32 464 131 47
Binary 10111101 1011 10100100 0 1011110 1101 11010 100110100 1011001 100111

Color Harmonies of #BD0BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0BA4

Black with #BD0BA4

Text Example


Text Example

White with #BD0BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0BA4; }

 p { color: rgb(189,11,164); }

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

background-color css

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

 a { background-color: rgb(189,11,164); }

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

border-color css

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

 span { border-color: rgb(189,11,164); }

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