Html Css Color HEX #BD207B Medium Violet Red

📋 copy color: '#BD207B'

red 189 ◦ green 32 ◦ blue 123

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

Shades of Medium Violet Red #BD207B

Tints of Medium Violet Red #BD207B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.3%

 BLUE value IS 123 (48.44% from 255) = 35.76%

R = 54.94%
G = 9.3%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD207B (or 0xBD207B) is known color: Medium Violet Red. HEX triplet: BD, 20 and 7B. RGB value is (189,32,123). Sum of RGB (Red+Green+Blue) = 189+32+123=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD207B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD207B is #42DF84. Grayscale: #595959. Windows color (decimal): -4382597 or 8069309. OLE color: 8069309.

HSL color Cylindrical-coordinate representation of color #BD207B: hue angle of 325.22º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD207B is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 32 123 -
CMYK 0 0.83 0.35 0.26
HSL 325.22º 0.71% 0.43% -
HSV(B) 325.22º 0.83% 0.74% -
XYZ 25.08 13.28 19.98 -
YUV 89.32 147.01 199.1 -
System Red Green Blue C M Y K H S L
Decimal 189 32 123 0 0.83 0.35 0.26 325.22 0.71 0.43
Hex BD 20 7B 0 53 23 1A 145 47 2B
Octal 275 40 173 0 123 43 32 505 107 53
Binary 10111101 100000 1111011 0 1010011 100011 11010 101000101 1000111 101011

Color Harmonies of #BD207B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD207B

Black with #BD207B

Text Example


Text Example

White with #BD207B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD207B; }

 p { color: rgb(189,32,123); }

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

background-color css

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

 a { background-color: rgb(189,32,123); }

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

border-color css

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

 span { border-color: rgb(189,32,123); }

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