Html Css Color HEX #B75BA1 Violet Blue

📋 copy color: '#B75BA1'

red 183 ◦ green 91 ◦ blue 161

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

Shades of Violet Blue #B75BA1

Tints of Violet Blue #B75BA1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.92%

 BLUE value IS 161 (63.28% from 255) = 37.01%

R = 42.07%
G = 20.92%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B75BA1 (or 0xB75BA1) is known color: Violet Blue. HEX triplet: B7, 5B and A1. RGB value is (183,91,161). Sum of RGB (Red+Green+Blue) = 183+91+161=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 91 (35.94% from 255 or 20.92% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B75BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75BA1 is #48A45E. Grayscale: #7E7E7E. Windows color (decimal): -4760671 or 10574775. OLE color: 10574775.

HSL color Cylindrical-coordinate representation of color #B75BA1: hue angle of 314.35º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75BA1 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 91 161 -
CMYK 0 0.50 0.12 0.28
HSL 314.35º 0.39% 0.54% -
HSV(B) 314.35º 0.5% 0.72% -
XYZ 29.7 20.12 36.04 -
YUV 126.49 147.48 168.31 -
System Red Green Blue C M Y K H S L
Decimal 183 91 161 0 0.50 0.12 0.28 314.35 0.39 0.54
Hex B7 5B A1 0 32 C 1C 13A 27 36
Octal 267 133 241 0 62 14 34 472 47 66
Binary 10110111 1011011 10100001 0 110010 1100 11100 100111010 100111 110110

Color Harmonies of #B75BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75BA1

Black with #B75BA1

Text Example


Text Example

White with #B75BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75BA1; }

 p { color: rgb(183,91,161); }

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

background-color css

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

 a { background-color: rgb(183,91,161); }

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

border-color css

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

 span { border-color: rgb(183,91,161); }

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