Html Css Color HEX #B0669E Violet Blue

📋 copy color: '#B0669E'

red 176 ◦ green 102 ◦ blue 158

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

Shades of Violet Blue #B0669E

Tints of Violet Blue #B0669E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.24%

R = 40.37%
G = 23.39%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B0669E (or 0xB0669E) is known color: Violet Blue. HEX triplet: B0, 66 and 9E. RGB value is (176,102,158). Sum of RGB (Red+Green+Blue) = 176+102+158=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B0669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0669E is #4F9961. Grayscale: #828282. Windows color (decimal): -5216610 or 10380976. OLE color: 10380976.

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

Color convert

RGB 176 102 158 -
CMYK 0 0.42 0.10 0.31
HSL 314.59º 0.32% 0.55% -
HSV(B) 314.59º 0.42% 0.69% -
XYZ 28.83 21.2 34.92 -
YUV 130.51 143.52 160.45 -
System Red Green Blue C M Y K H S L
Decimal 176 102 158 0 0.42 0.10 0.31 314.59 0.32 0.55
Hex B0 66 9E 0 2A A 1F 13B 20 37
Octal 260 146 236 0 52 12 37 473 40 67
Binary 10110000 1100110 10011110 0 101010 1010 11111 100111011 100000 110111

Color Harmonies of #B0669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0669E

Black with #B0669E

Text Example


Text Example

White with #B0669E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0669E; }

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

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

background-color css

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

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

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

border-color css

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

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

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