Html Css Color HEX #BD069E Medium Violet Red

📋 copy color: '#BD069E'

red 189 ◦ green 6 ◦ blue 158

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

Shades of Medium Violet Red #BD069E

Tints of Medium Violet Red #BD069E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.76%

R = 53.54%
G = 1.7%
B = 44.76%

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

#BD069E (or 0xBD069E) is known color: Medium Violet Red. HEX triplet: BD, 06 and 9E. RGB value is (189,6,158). Sum of RGB (Red+Green+Blue) = 189+6+158=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD069E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD069E is #42F961. Grayscale: #4D4D4D. Windows color (decimal): -4389218 or 10356413. OLE color: 10356413.

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

Color convert

RGB 189 6 158 -
CMYK 0 0.97 0.16 0.26
HSL 310.16º 0.94% 0.38% -
HSV(B) 310.16º 0.97% 0.74% -
XYZ 27.22 13.42 33.5 -
YUV 78.05 173.13 207.14 -
System Red Green Blue C M Y K H S L
Decimal 189 6 158 0 0.97 0.16 0.26 310.16 0.94 0.38
Hex BD 6 9E 0 61 10 1A 136 5E 26
Octal 275 6 236 0 141 20 32 466 136 46
Binary 10111101 110 10011110 0 1100001 10000 11010 100110110 1011110 100110

Color Harmonies of #BD069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD069E

Black with #BD069E

Text Example


Text Example

White with #BD069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD069E; }

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

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

background-color css

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

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

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

border-color css

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

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

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