Html Css Color HEX #B759A0 Violet Blue

📋 copy color: '#B759A0'

red 183 ◦ green 89 ◦ blue 160

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

Shades of Violet Blue #B759A0

Tints of Violet Blue #B759A0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.6%

 BLUE value IS 160 (62.89% from 255) = 37.04%

R = 42.36%
G = 20.6%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B759A0 (or 0xB759A0) is known color: Violet Blue. HEX triplet: B7, 59 and A0. RGB value is (183,89,160). Sum of RGB (Red+Green+Blue) = 183+89+160=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 89 (35.16% from 255 or 20.60% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B759A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B759A0 is #48A65F. Grayscale: #7D7D7D. Windows color (decimal): -4761184 or 10508727. OLE color: 10508727.

HSL color Cylindrical-coordinate representation of color #B759A0: hue angle of 314.68º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B759A0 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 89 160 -
CMYK 0 0.51 0.13 0.28
HSL 314.68º 0.39% 0.53% -
HSV(B) 314.68º 0.51% 0.72% -
XYZ 29.45 19.75 35.52 -
YUV 125.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 183 89 160 0 0.51 0.13 0.28 314.68 0.39 0.53
Hex B7 59 A0 0 33 D 1C 13B 27 35
Octal 267 131 240 0 63 15 34 473 47 65
Binary 10110111 1011001 10100000 0 110011 1101 11100 100111011 100111 110101

Color Harmonies of #B759A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B759A0

Black with #B759A0

Text Example


Text Example

White with #B759A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B759A0; }

 p { color: rgb(183,89,160); }

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

background-color css

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

 a { background-color: rgb(183,89,160); }

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

border-color css

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

 span { border-color: rgb(183,89,160); }

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