Html Css Color HEX #BD068F Medium Violet Red

📋 copy color: '#BD068F'

red 189 ◦ green 6 ◦ blue 143

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

Shades of Medium Violet Red #BD068F

Tints of Medium Violet Red #BD068F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.78%

 BLUE value IS 143 (56.25% from 255) = 42.31%

R = 55.92%
G = 1.78%
B = 42.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BD068F (or 0xBD068F) is known color: Medium Violet Red. HEX triplet: BD, 06 and 8F. RGB value is (189,6,143). Sum of RGB (Red+Green+Blue) = 189+6+143=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD068F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD068F is #42F970. Grayscale: #4B4B4B. Windows color (decimal): -4389233 or 9373373. OLE color: 9373373.

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

Color convert

RGB 189 6 143 -
CMYK 0 0.97 0.24 0.26
HSL 315.08º 0.94% 0.38% -
HSV(B) 315.08º 0.97% 0.74% -
XYZ 26.01 12.93 27.11 -
YUV 76.34 165.63 208.36 -
System Red Green Blue C M Y K H S L
Decimal 189 6 143 0 0.97 0.24 0.26 315.08 0.94 0.38
Hex BD 6 8F 0 61 18 1A 13B 5E 26
Octal 275 6 217 0 141 30 32 473 136 46
Binary 10111101 110 10001111 0 1100001 11000 11010 100111011 1011110 100110

Color Harmonies of #BD068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD068F

Black with #BD068F

Text Example


Text Example

White with #BD068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD068F; }

 p { color: rgb(189,6,143); }

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

background-color css

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

 a { background-color: rgb(189,6,143); }

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

border-color css

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

 span { border-color: rgb(189,6,143); }

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