Html Css Color HEX #B764AB Violet Blue

📋 copy color: '#B764AB'

red 183 ◦ green 100 ◦ blue 171

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

Shades of Violet Blue #B764AB

Tints of Violet Blue #B764AB

RGB

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

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

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

R = 40.31%
G = 22.03%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#B764AB (or 0xB764AB) is known color: Violet Blue. HEX triplet: B7, 64 and AB. RGB value is (183,100,171). Sum of RGB (Red+Green+Blue) = 183+100+171=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B764AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B764AB is #489B54. Grayscale: #848484. Windows color (decimal): -4758357 or 11232439. OLE color: 11232439.

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

Color convert

RGB 183 100 171 -
CMYK 0 0.45 0.07 0.28
HSL 308.67º 0.37% 0.55% -
HSV(B) 308.67º 0.45% 0.72% -
XYZ 31.44 22.12 41.14 -
YUV 132.91 149.5 163.73 -
System Red Green Blue C M Y K H S L
Decimal 183 100 171 0 0.45 0.07 0.28 308.67 0.37 0.55
Hex B7 64 AB 0 2D 7 1C 135 25 37
Octal 267 144 253 0 55 7 34 465 45 67
Binary 10110111 1100100 10101011 0 101101 111 11100 100110101 100101 110111

Color Harmonies of #B764AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B764AB

Black with #B764AB

Text Example


Text Example

White with #B764AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B764AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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