Html Css Color HEX #BD027B Medium Violet Red

📋 copy color: '#BD027B'

red 189 ◦ green 2 ◦ blue 123

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

Shades of Medium Violet Red #BD027B

Tints of Medium Violet Red #BD027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

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

R = 60.19%
G = 0.64%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD027B (or 0xBD027B) is known color: Medium Violet Red. HEX triplet: BD, 02 and 7B. RGB value is (189,2,123). Sum of RGB (Red+Green+Blue) = 189+2+123=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD027B is #42FD84. Grayscale: #474747. Windows color (decimal): -4390277 or 8061629. OLE color: 8061629.

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

Color convert

RGB 189 2 123 -
CMYK 0 0.99 0.35 0.26
HSL 321.18º 0.98% 0.37% -
HSV(B) 321.18º 0.99% 0.74% -
XYZ 24.58 12.29 19.82 -
YUV 71.71 156.95 211.66 -
System Red Green Blue C M Y K H S L
Decimal 189 2 123 0 0.99 0.35 0.26 321.18 0.98 0.37
Hex BD 2 7B 0 63 23 1A 141 62 25
Octal 275 2 173 0 143 43 32 501 142 45
Binary 10111101 10 1111011 0 1100011 100011 11010 101000001 1100010 100101

Color Harmonies of #BD027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD027B

Black with #BD027B

Text Example


Text Example

White with #BD027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD027B; }

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

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

background-color css

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

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

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

border-color css

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

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

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