Html Css Color HEX #B0639C Violet Blue

📋 copy color: '#B0639C'

red 176 ◦ green 99 ◦ blue 156

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

Shades of Violet Blue #B0639C

Tints of Violet Blue #B0639C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.19%

R = 40.84%
G = 22.97%
B = 36.19%

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

#B0639C (or 0xB0639C) is known color: Violet Blue. HEX triplet: B0, 63 and 9C. RGB value is (176,99,156). Sum of RGB (Red+Green+Blue) = 176+99+156=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0639C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0639C is #4F9C63. Grayscale: #808080. Windows color (decimal): -5217380 or 10249136. OLE color: 10249136.

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

Color convert

RGB 176 99 156 -
CMYK 0 0.44 0.11 0.31
HSL 315.58º 0.33% 0.54% -
HSV(B) 315.58º 0.44% 0.69% -
XYZ 28.37 20.55 33.92 -
YUV 128.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 176 99 156 0 0.44 0.11 0.31 315.58 0.33 0.54
Hex B0 63 9C 0 2C B 1F 13C 21 36
Octal 260 143 234 0 54 13 37 474 41 66
Binary 10110000 1100011 10011100 0 101100 1011 11111 100111100 100001 110110

Color Harmonies of #B0639C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0639C

Black with #B0639C

Text Example


Text Example

White with #B0639C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0639C; }

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

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

background-color css

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

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

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

border-color css

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

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

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