Html Css Color HEX #B0639D Violet Blue

📋 copy color: '#B0639D'

red 176 ◦ green 99 ◦ blue 157

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

Shades of Violet Blue #B0639D

Tints of Violet Blue #B0639D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.92%

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

R = 40.74%
G = 22.92%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0639D (or 0xB0639D) is known color: Violet Blue. HEX triplet: B0, 63 and 9D. RGB value is (176,99,157). Sum of RGB (Red+Green+Blue) = 176+99+157=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 176 - color contains mainly: red. Hex color #B0639D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0639D is #4F9C62. Grayscale: #808080. Windows color (decimal): -5217379 or 10314672. OLE color: 10314672.

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

Color convert

RGB 176 99 157 -
CMYK 0 0.44 0.11 0.31
HSL 314.81º 0.33% 0.54% -
HSV(B) 314.81º 0.44% 0.69% -
XYZ 28.45 20.59 34.37 -
YUV 128.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 176 99 157 0 0.44 0.11 0.31 314.81 0.33 0.54
Hex B0 63 9D 0 2C B 1F 13B 21 36
Octal 260 143 235 0 54 13 37 473 41 66
Binary 10110000 1100011 10011101 0 101100 1011 11111 100111011 100001 110110

Color Harmonies of #B0639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0639D

Black with #B0639D

Text Example


Text Example

White with #B0639D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0639D; }

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

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

background-color css

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

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

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

border-color css

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

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

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