Html Css Color HEX #B0669C Violet Blue

📋 copy color: '#B0669C'

red 176 ◦ green 102 ◦ blue 156

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

Shades of Violet Blue #B0669C

Tints of Violet Blue #B0669C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.5%

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

R = 40.55%
G = 23.5%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0669C (or 0xB0669C) is known color: Violet Blue. HEX triplet: B0, 66 and 9C. RGB value is (176,102,156). Sum of RGB (Red+Green+Blue) = 176+102+156=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 176 - color contains mainly: red. Hex color #B0669C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0669C is #4F9963. Grayscale: #828282. Windows color (decimal): -5216612 or 10249904. OLE color: 10249904.

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

Color convert

RGB 176 102 156 -
CMYK 0 0.42 0.11 0.31
HSL 316.22º 0.32% 0.55% -
HSV(B) 316.22º 0.42% 0.69% -
XYZ 28.66 21.13 34.02 -
YUV 130.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 176 102 156 0 0.42 0.11 0.31 316.22 0.32 0.55
Hex B0 66 9C 0 2A B 1F 13C 20 37
Octal 260 146 234 0 52 13 37 474 40 67
Binary 10110000 1100110 10011100 0 101010 1011 11111 100111100 100000 110111

Color Harmonies of #B0669C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0669C

Black with #B0669C

Text Example


Text Example

White with #B0669C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0669C; }

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

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

background-color css

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

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

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

border-color css

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

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

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