Html Css Color HEX #BD007B Medium Violet Red

📋 copy color: '#BD007B'

red 189 ◦ green 0 ◦ blue 123

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

Shades of Medium Violet Red #BD007B

Tints of Medium Violet Red #BD007B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 60.58%
G = 0%
B = 39.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD007B (or 0xBD007B) is known color: Medium Violet Red. HEX triplet: BD, 00 and 7B. RGB value is (189,0,123). Sum of RGB (Red+Green+Blue) = 189+0+123=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD007B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD007B is #42FF84. Grayscale: #464646. Windows color (decimal): -4390789 or 8061117. OLE color: 8061117.

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

Color convert

RGB 189 0 123 -
CMYK 0 1 0.35 0.26
HSL 320.95º 1% 0.37% -
HSV(B) 320.95º 1% 0.74% -
XYZ 24.56 12.25 19.81 -
YUV 70.53 157.62 212.5 -
System Red Green Blue C M Y K H S L
Decimal 189 0 123 0 1 0.35 0.26 320.95 1 0.37
Hex BD 0 7B 0 64 23 1A 141 64 25
Octal 275 0 173 0 144 43 32 501 144 45
Binary 10111101 0 1111011 0 1100100 100011 11010 101000001 1100100 100101

Color Harmonies of #BD007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD007B

Black with #BD007B

Text Example


Text Example

White with #BD007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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