Html Css Color HEX #B25CAA Violet Blue

📋 copy color: '#B25CAA'

red 178 ◦ green 92 ◦ blue 170

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

Shades of Violet Blue #B25CAA

Tints of Violet Blue #B25CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.91%

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

R = 40.45%
G = 20.91%
B = 38.64%

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

#B25CAA (or 0xB25CAA) is known color: Violet Blue. HEX triplet: B2, 5C and AA. RGB value is (178,92,170). Sum of RGB (Red+Green+Blue) = 178+92+170=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B25CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25CAA is #4DA355. Grayscale: #7E7E7E. Windows color (decimal): -5088086 or 11164850. OLE color: 11164850.

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

Color convert

RGB 178 92 170 -
CMYK 0 0.48 0.04 0.30
HSL 305.58º 0.36% 0.53% -
HSV(B) 305.58º 0.48% 0.7% -
XYZ 29.44 20.02 40.34 -
YUV 126.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 178 92 170 0 0.48 0.04 0.30 305.58 0.36 0.53
Hex B2 5C AA 0 30 4 1E 132 24 35
Octal 262 134 252 0 60 4 36 462 44 65
Binary 10110010 1011100 10101010 0 110000 100 11110 100110010 100100 110101

Color Harmonies of #B25CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CAA

Black with #B25CAA

Text Example


Text Example

White with #B25CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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