Html Css Color HEX #BD069F Medium Violet Red

📋 copy color: '#BD069F'

red 189 ◦ green 6 ◦ blue 159

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

Shades of Medium Violet Red #BD069F

Tints of Medium Violet Red #BD069F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.92%

R = 53.39%
G = 1.69%
B = 44.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD069F (or 0xBD069F) is known color: Medium Violet Red. HEX triplet: BD, 06 and 9F. RGB value is (189,6,159). Sum of RGB (Red+Green+Blue) = 189+6+159=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD069F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD069F is #42F960. Grayscale: #4D4D4D. Windows color (decimal): -4389217 or 10421949. OLE color: 10421949.

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

Color convert

RGB 189 6 159 -
CMYK 0 0.97 0.16 0.26
HSL 309.84º 0.94% 0.38% -
HSV(B) 309.84º 0.97% 0.74% -
XYZ 27.31 13.45 33.96 -
YUV 78.16 173.63 207.06 -
System Red Green Blue C M Y K H S L
Decimal 189 6 159 0 0.97 0.16 0.26 309.84 0.94 0.38
Hex BD 6 9F 0 61 10 1A 136 5E 26
Octal 275 6 237 0 141 20 32 466 136 46
Binary 10111101 110 10011111 0 1100001 10000 11010 100110110 1011110 100110

Color Harmonies of #BD069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD069F

Black with #BD069F

Text Example


Text Example

White with #BD069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD069F; }

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

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

background-color css

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

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

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

border-color css

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

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

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