Html Css Color HEX #B266A4 Violet Blue

📋 copy color: '#B266A4'

red 178 ◦ green 102 ◦ blue 164

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

Shades of Violet Blue #B266A4

Tints of Violet Blue #B266A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.94%

R = 40.09%
G = 22.97%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B266A4 (or 0xB266A4) is known color: Violet Blue. HEX triplet: B2, 66 and A4. RGB value is (178,102,164). Sum of RGB (Red+Green+Blue) = 178+102+164=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B266A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B266A4 is #4D995B. Grayscale: #838383. Windows color (decimal): -5085532 or 10774194. OLE color: 10774194.

HSL color Cylindrical-coordinate representation of color #B266A4: hue angle of 311.05º 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 #B266A4 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 102 164 -
CMYK 0 0.43 0.08 0.30
HSL 311.05º 0.33% 0.55% -
HSV(B) 311.05º 0.43% 0.7% -
XYZ 29.81 21.65 37.73 -
YUV 131.79 146.18 160.96 -
System Red Green Blue C M Y K H S L
Decimal 178 102 164 0 0.43 0.08 0.30 311.05 0.33 0.55
Hex B2 66 A4 0 2B 8 1E 137 21 37
Octal 262 146 244 0 53 10 36 467 41 67
Binary 10110010 1100110 10100100 0 101011 1000 11110 100110111 100001 110111

Color Harmonies of #B266A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B266A4

Black with #B266A4

Text Example


Text Example

White with #B266A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B266A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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