Html Css Color HEX #B761AA Violet Blue

📋 copy color: '#B761AA'

red 183 ◦ green 97 ◦ blue 170

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

Shades of Violet Blue #B761AA

Tints of Violet Blue #B761AA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.56%

 BLUE value IS 170 (66.8% from 255) = 37.78%

R = 40.67%
G = 21.56%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B761AA (or 0xB761AA) is known color: Violet Blue. HEX triplet: B7, 61 and AA. RGB value is (183,97,170). Sum of RGB (Red+Green+Blue) = 183+97+170=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 183 - color contains mainly: red. Hex color #B761AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B761AA is #489E55. Grayscale: #828282. Windows color (decimal): -4759126 or 11166135. OLE color: 11166135.

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

Color convert

RGB 183 97 170 -
CMYK 0 0.47 0.07 0.28
HSL 309.07º 0.37% 0.55% -
HSV(B) 309.07º 0.47% 0.72% -
XYZ 31.06 21.52 40.55 -
YUV 131.04 149.99 165.06 -
System Red Green Blue C M Y K H S L
Decimal 183 97 170 0 0.47 0.07 0.28 309.07 0.37 0.55
Hex B7 61 AA 0 2F 7 1C 135 25 37
Octal 267 141 252 0 57 7 34 465 45 67
Binary 10110111 1100001 10101010 0 101111 111 11100 100110101 100101 110111

Color Harmonies of #B761AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B761AA

Black with #B761AA

Text Example


Text Example

White with #B761AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B761AA; }

 p { color: rgb(183,97,170); }

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

background-color css

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

 a { background-color: rgb(183,97,170); }

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

border-color css

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

 span { border-color: rgb(183,97,170); }

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