Html Css Color HEX #B760AB Violet Blue

📋 copy color: '#B760AB'

red 183 ◦ green 96 ◦ blue 171

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

Shades of Violet Blue #B760AB

Tints of Violet Blue #B760AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38%

R = 40.67%
G = 21.33%
B = 38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B760AB (or 0xB760AB) is known color: Violet Blue. HEX triplet: B7, 60 and AB. RGB value is (183,96,171). Sum of RGB (Red+Green+Blue) = 183+96+171=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B760AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B760AB is #489F54. Grayscale: #828282. Windows color (decimal): -4759381 or 11231415. OLE color: 11231415.

HSL color Cylindrical-coordinate representation of color #B760AB: hue angle of 308.28º 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 #B760AB is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 96 171 -
CMYK 0 0.48 0.07 0.28
HSL 308.28º 0.38% 0.55% -
HSV(B) 308.28º 0.48% 0.72% -
XYZ 31.06 21.37 41.02 -
YUV 130.56 150.82 165.4 -
System Red Green Blue C M Y K H S L
Decimal 183 96 171 0 0.48 0.07 0.28 308.28 0.38 0.55
Hex B7 60 AB 0 30 7 1C 134 26 37
Octal 267 140 253 0 60 7 34 464 46 67
Binary 10110111 1100000 10101011 0 110000 111 11100 100110100 100110 110111

Color Harmonies of #B760AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B760AB

Black with #B760AB

Text Example


Text Example

White with #B760AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B760AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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