Html Css Color HEX #B25BAA Violet Blue

📋 copy color: '#B25BAA'

red 178 ◦ green 91 ◦ blue 170

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

Shades of Violet Blue #B25BAA

Tints of Violet Blue #B25BAA

RGB

 RED value IS 178 (69.92% from 255) = 40.55%

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

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

R = 40.55%
G = 20.73%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B25BAA (or 0xB25BAA) is known color: Violet Blue. HEX triplet: B2, 5B and AA. RGB value is (178,91,170). Sum of RGB (Red+Green+Blue) = 178+91+170=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B25BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25BAA is #4DA455. Grayscale: #7D7D7D. Windows color (decimal): -5088342 or 11164594. OLE color: 11164594.

HSL color Cylindrical-coordinate representation of color #B25BAA: hue angle of 305.52º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B25BAA is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 91 170 -
CMYK 0 0.49 0.04 0.30
HSL 305.52º 0.36% 0.53% -
HSV(B) 305.52º 0.49% 0.7% -
XYZ 29.36 19.85 40.31 -
YUV 126.02 152.82 165.08 -
System Red Green Blue C M Y K H S L
Decimal 178 91 170 0 0.49 0.04 0.30 305.52 0.36 0.53
Hex B2 5B AA 0 31 4 1E 132 24 35
Octal 262 133 252 0 61 4 36 462 44 65
Binary 10110010 1011011 10101010 0 110001 100 11110 100110010 100100 110101

Color Harmonies of #B25BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25BAA

Black with #B25BAA

Text Example


Text Example

White with #B25BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25BAA; }

 p { color: rgb(178,91,170); }

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

background-color css

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

 a { background-color: rgb(178,91,170); }

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

border-color css

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

 span { border-color: rgb(178,91,170); }

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