Html Css Color HEX #B2068E Medium Violet Red

📋 copy color: '#B2068E'

red 178 ◦ green 6 ◦ blue 142

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

Shades of Medium Violet Red #B2068E

Tints of Medium Violet Red #B2068E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.56%

R = 54.6%
G = 1.84%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2068E (or 0xB2068E) is known color: Medium Violet Red. HEX triplet: B2, 06 and 8E. RGB value is (178,6,142). Sum of RGB (Red+Green+Blue) = 178+6+142=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B2068E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2068E is #4DF971. Grayscale: #484848. Windows color (decimal): -5110130 or 9307826. OLE color: 9307826.

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

Color convert

RGB 178 6 142 -
CMYK 0 0.97 0.20 0.30
HSL 312.56º 0.93% 0.36% -
HSV(B) 312.56º 0.97% 0.7% -
XYZ 23.31 11.55 26.59 -
YUV 72.93 166.98 202.94 -
System Red Green Blue C M Y K H S L
Decimal 178 6 142 0 0.97 0.20 0.30 312.56 0.93 0.36
Hex B2 6 8E 0 61 14 1E 139 5D 24
Octal 262 6 216 0 141 24 36 471 135 44
Binary 10110010 110 10001110 0 1100001 10100 11110 100111001 1011101 100100

Color Harmonies of #B2068E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2068E

Black with #B2068E

Text Example


Text Example

White with #B2068E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2068E; }

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

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

background-color css

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

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

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

border-color css

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

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

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