Html Css Color HEX #B75BA5 Violet Blue

📋 copy color: '#B75BA5'

red 183 ◦ green 91 ◦ blue 165

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

Shades of Violet Blue #B75BA5

Tints of Violet Blue #B75BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.59%

R = 41.69%
G = 20.73%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B75BA5 (or 0xB75BA5) is known color: Violet Blue. HEX triplet: B7, 5B and A5. RGB value is (183,91,165). Sum of RGB (Red+Green+Blue) = 183+91+165=439 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.69% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 183 - color contains mainly: red. Hex color #B75BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75BA5 is #48A45A. Grayscale: #7E7E7E. Windows color (decimal): -4760667 or 10836919. OLE color: 10836919.

HSL color Cylindrical-coordinate representation of color #B75BA5: hue angle of 311.74º 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 #B75BA5 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 91 165 -
CMYK 0 0.50 0.10 0.28
HSL 311.74º 0.39% 0.54% -
HSV(B) 311.74º 0.5% 0.72% -
XYZ 30.06 20.27 37.92 -
YUV 126.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 183 91 165 0 0.50 0.10 0.28 311.74 0.39 0.54
Hex B7 5B A5 0 32 A 1C 138 27 36
Octal 267 133 245 0 62 12 34 470 47 66
Binary 10110111 1011011 10100101 0 110010 1010 11100 100111000 100111 110110

Color Harmonies of #B75BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75BA5

Black with #B75BA5

Text Example


Text Example

White with #B75BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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