Html Css Color HEX #B264AD Violet Blue

📋 copy color: '#B264AD'

red 178 ◦ green 100 ◦ blue 173

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

Shades of Violet Blue #B264AD

Tints of Violet Blue #B264AD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.17%

 BLUE value IS 173 (67.97% from 255) = 38.36%

R = 39.47%
G = 22.17%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B264AD (or 0xB264AD) is known color: Violet Blue. HEX triplet: B2, 64 and AD. RGB value is (178,100,173). Sum of RGB (Red+Green+Blue) = 178+100+173=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 178 - color contains mainly: red. Hex color #B264AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B264AD is #4D9B52. Grayscale: #838383. Windows color (decimal): -5086035 or 11363506. OLE color: 11363506.

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

Color convert

RGB 178 100 173 -
CMYK 0 0.44 0.03 0.30
HSL 303.85º 0.34% 0.55% -
HSV(B) 303.85º 0.44% 0.7% -
XYZ 30.46 21.6 42.1 -
YUV 131.64 151.34 161.06 -
System Red Green Blue C M Y K H S L
Decimal 178 100 173 0 0.44 0.03 0.30 303.85 0.34 0.55
Hex B2 64 AD 0 2C 3 1E 130 22 37
Octal 262 144 255 0 54 3 36 460 42 67
Binary 10110010 1100100 10101101 0 101100 11 11110 100110000 100010 110111

Color Harmonies of #B264AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B264AD

Black with #B264AD

Text Example


Text Example

White with #B264AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B264AD; }

 p { color: rgb(178,100,173); }

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

background-color css

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

 a { background-color: rgb(178,100,173); }

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

border-color css

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

 span { border-color: rgb(178,100,173); }

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