Html Css Color HEX #B0068F Medium Violet Red

📋 copy color: '#B0068F'

red 176 ◦ green 6 ◦ blue 143

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

Shades of Medium Violet Red #B0068F

Tints of Medium Violet Red #B0068F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44%

R = 54.15%
G = 1.85%
B = 44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0068F (or 0xB0068F) is known color: Medium Violet Red. HEX triplet: B0, 06 and 8F. RGB value is (176,6,143). Sum of RGB (Red+Green+Blue) = 176+6+143=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 143 (56.25% from 255 or 44% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B0068F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0068F is #4FF970. Grayscale: #484848. Windows color (decimal): -5241201 or 9373360. OLE color: 9373360.

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

Color convert

RGB 176 6 143 -
CMYK 0 0.97 0.19 0.31
HSL 311.65º 0.93% 0.36% -
HSV(B) 311.65º 0.97% 0.69% -
XYZ 22.93 11.34 26.97 -
YUV 72.45 167.82 201.86 -
System Red Green Blue C M Y K H S L
Decimal 176 6 143 0 0.97 0.19 0.31 311.65 0.93 0.36
Hex B0 6 8F 0 61 13 1F 138 5D 24
Octal 260 6 217 0 141 23 37 470 135 44
Binary 10110000 110 10001111 0 1100001 10011 11111 100111000 1011101 100100

Color Harmonies of #B0068F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0068F

Black with #B0068F

Text Example


Text Example

White with #B0068F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0068F; }

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

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

background-color css

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

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

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

border-color css

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

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

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