Html Css Color HEX #B763AA Violet Blue

📋 copy color: '#B763AA'

red 183 ◦ green 99 ◦ blue 170

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

Shades of Violet Blue #B763AA

Tints of Violet Blue #B763AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.9%

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

R = 40.49%
G = 21.9%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B763AA (or 0xB763AA) is known color: Violet Blue. HEX triplet: B7, 63 and AA. RGB value is (183,99,170). Sum of RGB (Red+Green+Blue) = 183+99+170=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B763AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B763AA is #489C55. Grayscale: #848484. Windows color (decimal): -4758614 or 11166647. OLE color: 11166647.

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

Color convert

RGB 183 99 170 -
CMYK 0 0.46 0.07 0.28
HSL 309.29º 0.37% 0.55% -
HSV(B) 309.29º 0.46% 0.72% -
XYZ 31.25 21.89 40.61 -
YUV 132.21 149.33 164.23 -
System Red Green Blue C M Y K H S L
Decimal 183 99 170 0 0.46 0.07 0.28 309.29 0.37 0.55
Hex B7 63 AA 0 2E 7 1C 135 25 37
Octal 267 143 252 0 56 7 34 465 45 67
Binary 10110111 1100011 10101010 0 101110 111 11100 100110101 100101 110111

Color Harmonies of #B763AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B763AA

Black with #B763AA

Text Example


Text Example

White with #B763AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B763AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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