Html Css Color HEX #BD068B Medium Violet Red

📋 copy color: '#BD068B'

red 189 ◦ green 6 ◦ blue 139

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

Shades of Medium Violet Red #BD068B

Tints of Medium Violet Red #BD068B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.62%

R = 56.59%
G = 1.8%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD068B (or 0xBD068B) is known color: Medium Violet Red. HEX triplet: BD, 06 and 8B. RGB value is (189,6,139). Sum of RGB (Red+Green+Blue) = 189+6+139=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD068B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD068B is #42F974. Grayscale: #4B4B4B. Windows color (decimal): -4389237 or 9111229. OLE color: 9111229.

HSL color Cylindrical-coordinate representation of color #BD068B: hue angle of 316.39º 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 #BD068B is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 6 139 -
CMYK 0 0.97 0.26 0.26
HSL 316.39º 0.94% 0.38% -
HSV(B) 316.39º 0.97% 0.74% -
XYZ 25.71 12.81 25.54 -
YUV 75.88 163.63 208.69 -
System Red Green Blue C M Y K H S L
Decimal 189 6 139 0 0.97 0.26 0.26 316.39 0.94 0.38
Hex BD 6 8B 0 61 1A 1A 13C 5E 26
Octal 275 6 213 0 141 32 32 474 136 46
Binary 10111101 110 10001011 0 1100001 11010 11010 100111100 1011110 100110

Color Harmonies of #BD068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD068B

Black with #BD068B

Text Example


Text Example

White with #BD068B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD068B; }

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

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

background-color css

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

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

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

border-color css

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

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

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