Html Css Color HEX #B2669E Violet Blue

📋 copy color: '#B2669E'

red 178 ◦ green 102 ◦ blue 158

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

Shades of Violet Blue #B2669E

Tints of Violet Blue #B2669E

RGB

 RED value IS 178 (69.92% from 255) = 40.64%

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

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

R = 40.64%
G = 23.29%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2669E (or 0xB2669E) is known color: Violet Blue. HEX triplet: B2, 66 and 9E. RGB value is (178,102,158). Sum of RGB (Red+Green+Blue) = 178+102+158=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B2669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2669E is #4D9961. Grayscale: #828282. Windows color (decimal): -5085538 or 10380978. OLE color: 10380978.

HSL color Cylindrical-coordinate representation of color #B2669E: hue angle of 315.79º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2669E is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 102 158 -
CMYK 0 0.43 0.11 0.30
HSL 315.79º 0.33% 0.55% -
HSV(B) 315.79º 0.43% 0.7% -
XYZ 29.28 21.44 34.94 -
YUV 131.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 178 102 158 0 0.43 0.11 0.30 315.79 0.33 0.55
Hex B2 66 9E 0 2B B 1E 13C 21 37
Octal 262 146 236 0 53 13 36 474 41 67
Binary 10110010 1100110 10011110 0 101011 1011 11110 100111100 100001 110111

Color Harmonies of #B2669E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2669E

Black with #B2669E

Text Example


Text Example

White with #B2669E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2669E; }

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

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

background-color css

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

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

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

border-color css

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

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

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