Html Css Color HEX #B0069B Medium Violet Red

📋 copy color: '#B0069B'

red 176 ◦ green 6 ◦ blue 155

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

Shades of Medium Violet Red #B0069B

Tints of Medium Violet Red #B0069B

RGB

 RED value IS 176 (69.14% from 255) = 52.23%

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

 BLUE value IS 155 (60.94% from 255) = 45.99%

R = 52.23%
G = 1.78%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0069B (or 0xB0069B) is known color: Medium Violet Red. HEX triplet: B0, 06 and 9B. RGB value is (176,6,155). Sum of RGB (Red+Green+Blue) = 176+6+155=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0069B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0069B is #4FF964. Grayscale: #494949. Windows color (decimal): -5241189 or 10159792. OLE color: 10159792.

HSL color Cylindrical-coordinate representation of color #B0069B: hue angle of 307.41º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0069B is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 6 155 -
CMYK 0 0.97 0.12 0.31
HSL 307.41º 0.93% 0.36% -
HSV(B) 307.41º 0.97% 0.69% -
XYZ 23.89 11.73 32.01 -
YUV 73.82 173.82 200.88 -
System Red Green Blue C M Y K H S L
Decimal 176 6 155 0 0.97 0.12 0.31 307.41 0.93 0.36
Hex B0 6 9B 0 61 C 1F 133 5D 24
Octal 260 6 233 0 141 14 37 463 135 44
Binary 10110000 110 10011011 0 1100001 1100 11111 100110011 1011101 100100

Color Harmonies of #B0069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0069B

Black with #B0069B

Text Example


Text Example

White with #B0069B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0069B; }

 p { color: rgb(176,6,155); }

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

background-color css

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

 a { background-color: rgb(176,6,155); }

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

border-color css

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

 span { border-color: rgb(176,6,155); }

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