Html Css Color HEX #B760A4 Violet Blue

📋 copy color: '#B760A4'

red 183 ◦ green 96 ◦ blue 164

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

Shades of Violet Blue #B760A4

Tints of Violet Blue #B760A4

RGB

 RED value IS 183 (71.88% from 255) = 41.31%

 GREEN value IS 96 (37.89% from 255) = 21.67%

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

R = 41.31%
G = 21.67%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B760A4 (or 0xB760A4) is known color: Violet Blue. HEX triplet: B7, 60 and A4. RGB value is (183,96,164). Sum of RGB (Red+Green+Blue) = 183+96+164=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 183 - color contains mainly: red. Hex color #B760A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B760A4 is #489F5B. Grayscale: #818181. Windows color (decimal): -4759388 or 10772663. OLE color: 10772663.

HSL color Cylindrical-coordinate representation of color #B760A4: hue angle of 313.1º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B760A4 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 96 164 -
CMYK 0 0.48 0.10 0.28
HSL 313.1º 0.38% 0.55% -
HSV(B) 313.1º 0.48% 0.72% -
XYZ 30.41 21.11 37.59 -
YUV 129.77 147.32 165.97 -
System Red Green Blue C M Y K H S L
Decimal 183 96 164 0 0.48 0.10 0.28 313.1 0.38 0.55
Hex B7 60 A4 0 30 A 1C 139 26 37
Octal 267 140 244 0 60 12 34 471 46 67
Binary 10110111 1100000 10100100 0 110000 1010 11100 100111001 100110 110111

Color Harmonies of #B760A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B760A4

Black with #B760A4

Text Example


Text Example

White with #B760A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B760A4; }

 p { color: rgb(183,96,164); }

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

background-color css

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

 a { background-color: rgb(183,96,164); }

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

border-color css

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

 span { border-color: rgb(183,96,164); }

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