Html Css Color HEX #B25BA1 Violet Blue

📋 copy color: '#B25BA1'

red 178 ◦ green 91 ◦ blue 161

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

Shades of Violet Blue #B25BA1

Tints of Violet Blue #B25BA1

RGB

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

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

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

R = 41.4%
G = 21.16%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B25BA1 (or 0xB25BA1) is known color: Violet Blue. HEX triplet: B2, 5B and A1. RGB value is (178,91,161). Sum of RGB (Red+Green+Blue) = 178+91+161=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B25BA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25BA1 is #4DA45E. Grayscale: #7C7C7C. Windows color (decimal): -5088351 or 10574770. OLE color: 10574770.

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

Color convert

RGB 178 91 161 -
CMYK 0 0.49 0.10 0.30
HSL 311.72º 0.36% 0.53% -
HSV(B) 311.72º 0.49% 0.7% -
XYZ 28.53 19.52 35.98 -
YUV 124.99 148.32 165.81 -
System Red Green Blue C M Y K H S L
Decimal 178 91 161 0 0.49 0.10 0.30 311.72 0.36 0.53
Hex B2 5B A1 0 31 A 1E 138 24 35
Octal 262 133 241 0 61 12 36 470 44 65
Binary 10110010 1011011 10100001 0 110001 1010 11110 100111000 100100 110101

Color Harmonies of #B25BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25BA1

Black with #B25BA1

Text Example


Text Example

White with #B25BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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