Html Css Color HEX #B2069F Medium Violet Red

📋 copy color: '#B2069F'

red 178 ◦ green 6 ◦ blue 159

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

Shades of Medium Violet Red #B2069F

Tints of Medium Violet Red #B2069F

RGB

 RED value IS 178 (69.92% from 255) = 51.9%

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

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

R = 51.9%
G = 1.75%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2069F (or 0xB2069F) is known color: Medium Violet Red. HEX triplet: B2, 06 and 9F. RGB value is (178,6,159). Sum of RGB (Red+Green+Blue) = 178+6+159=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 6 (2.73% from 255 or 1.75% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B2069F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2069F is #4DF960. Grayscale: #4A4A4A. Windows color (decimal): -5110113 or 10421938. OLE color: 10421938.

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

Color convert

RGB 178 6 159 -
CMYK 0 0.97 0.11 0.30
HSL 306.63º 0.93% 0.36% -
HSV(B) 306.63º 0.97% 0.7% -
XYZ 24.68 12.1 33.84 -
YUV 74.87 175.48 201.56 -
System Red Green Blue C M Y K H S L
Decimal 178 6 159 0 0.97 0.11 0.30 306.63 0.93 0.36
Hex B2 6 9F 0 61 B 1E 133 5D 24
Octal 262 6 237 0 141 13 36 463 135 44
Binary 10110010 110 10011111 0 1100001 1011 11110 100110011 1011101 100100

Color Harmonies of #B2069F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2069F

Black with #B2069F

Text Example


Text Example

White with #B2069F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2069F; }

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

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

background-color css

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

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

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

border-color css

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

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

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