Html Css Color HEX #B0069C Medium Violet Red

📋 copy color: '#B0069C'

red 176 ◦ green 6 ◦ blue 156

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

Shades of Medium Violet Red #B0069C

Tints of Medium Violet Red #B0069C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.15%

R = 52.07%
G = 1.78%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0069C (or 0xB0069C) is known color: Medium Violet Red. HEX triplet: B0, 06 and 9C. RGB value is (176,6,156). Sum of RGB (Red+Green+Blue) = 176+6+156=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 6 (2.73% from 255 or 1.78% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0069C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0069C is #4FF963. Grayscale: #494949. Windows color (decimal): -5241188 or 10225328. OLE color: 10225328.

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

Color convert

RGB 176 6 156 -
CMYK 0 0.97 0.11 0.31
HSL 307.06º 0.93% 0.36% -
HSV(B) 307.06º 0.97% 0.69% -
XYZ 23.97 11.76 32.46 -
YUV 73.93 174.32 200.8 -
System Red Green Blue C M Y K H S L
Decimal 176 6 156 0 0.97 0.11 0.31 307.06 0.93 0.36
Hex B0 6 9C 0 61 B 1F 133 5D 24
Octal 260 6 234 0 141 13 37 463 135 44
Binary 10110000 110 10011100 0 1100001 1011 11111 100110011 1011101 100100

Color Harmonies of #B0069C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0069C

Black with #B0069C

Text Example


Text Example

White with #B0069C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0069C; }

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

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

background-color css

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

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

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

border-color css

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

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

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