Html Css Color HEX #BD0F7B Medium Violet Red

📋 copy color: '#BD0F7B'

red 189 ◦ green 15 ◦ blue 123

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

Shades of Medium Violet Red #BD0F7B

Tints of Medium Violet Red #BD0F7B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.59%

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

R = 57.8%
G = 4.59%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD0F7B (or 0xBD0F7B) is known color: Medium Violet Red. HEX triplet: BD, 0F and 7B. RGB value is (189,15,123). Sum of RGB (Red+Green+Blue) = 189+15+123=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0F7B is #42F084. Grayscale: #4F4F4F. Windows color (decimal): -4386949 or 8064957. OLE color: 8064957.

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

Color convert

RGB 189 15 123 -
CMYK 0 0.92 0.35 0.26
HSL 322.76º 0.85% 0.4% -
HSV(B) 322.76º 0.92% 0.74% -
XYZ 24.73 12.59 19.87 -
YUV 79.34 152.65 206.22 -
System Red Green Blue C M Y K H S L
Decimal 189 15 123 0 0.92 0.35 0.26 322.76 0.85 0.4
Hex BD F 7B 0 5C 23 1A 143 55 28
Octal 275 17 173 0 134 43 32 503 125 50
Binary 10111101 1111 1111011 0 1011100 100011 11010 101000011 1010101 101000

Color Harmonies of #BD0F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0F7B

Black with #BD0F7B

Text Example


Text Example

White with #BD0F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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