Html Css Color HEX #B25DAA Violet Blue

📋 copy color: '#B25DAA'

red 178 ◦ green 93 ◦ blue 170

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

Shades of Violet Blue #B25DAA

Tints of Violet Blue #B25DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.09%

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

R = 40.36%
G = 21.09%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B25DAA (or 0xB25DAA) is known color: Violet Blue. HEX triplet: B2, 5D and AA. RGB value is (178,93,170). Sum of RGB (Red+Green+Blue) = 178+93+170=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B25DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25DAA is #4DA255. Grayscale: #7E7E7E. Windows color (decimal): -5087830 or 11165106. OLE color: 11165106.

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

Color convert

RGB 178 93 170 -
CMYK 0 0.48 0.04 0.30
HSL 305.65º 0.36% 0.53% -
HSV(B) 305.65º 0.48% 0.7% -
XYZ 29.53 20.2 40.37 -
YUV 127.19 152.16 164.24 -
System Red Green Blue C M Y K H S L
Decimal 178 93 170 0 0.48 0.04 0.30 305.65 0.36 0.53
Hex B2 5D AA 0 30 4 1E 132 24 35
Octal 262 135 252 0 60 4 36 462 44 65
Binary 10110010 1011101 10101010 0 110000 100 11110 100110010 100100 110101

Color Harmonies of #B25DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25DAA

Black with #B25DAA

Text Example


Text Example

White with #B25DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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