Html Css Color HEX #B0619D Violet Blue

📋 copy color: '#B0619D'

red 176 ◦ green 97 ◦ blue 157

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

Shades of Violet Blue #B0619D

Tints of Violet Blue #B0619D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.56%

 BLUE value IS 157 (61.72% from 255) = 36.51%

R = 40.93%
G = 22.56%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0619D (or 0xB0619D) is known color: Violet Blue. HEX triplet: B0, 61 and 9D. RGB value is (176,97,157). Sum of RGB (Red+Green+Blue) = 176+97+157=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 97 (38.28% from 255 or 22.56% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 176 - color contains mainly: red. Hex color #B0619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0619D is #4F9E62. Grayscale: #7F7F7F. Windows color (decimal): -5217891 or 10314160. OLE color: 10314160.

HSL color Cylindrical-coordinate representation of color #B0619D: hue angle of 314.43º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B0619D is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 97 157 -
CMYK 0 0.45 0.11 0.31
HSL 314.43º 0.33% 0.54% -
HSV(B) 314.43º 0.45% 0.69% -
XYZ 28.27 20.21 34.31 -
YUV 127.46 144.67 162.62 -
System Red Green Blue C M Y K H S L
Decimal 176 97 157 0 0.45 0.11 0.31 314.43 0.33 0.54
Hex B0 61 9D 0 2D B 1F 13A 21 36
Octal 260 141 235 0 55 13 37 472 41 66
Binary 10110000 1100001 10011101 0 101101 1011 11111 100111010 100001 110110

Color Harmonies of #B0619D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0619D

Black with #B0619D

Text Example


Text Example

White with #B0619D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0619D; }

 p { color: rgb(176,97,157); }

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

background-color css

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

 a { background-color: rgb(176,97,157); }

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

border-color css

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

 span { border-color: rgb(176,97,157); }

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