Html Css Color HEX #B25CAE Violet Blue

📋 copy color: '#B25CAE'

red 178 ◦ green 92 ◦ blue 174

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

Shades of Violet Blue #B25CAE

Tints of Violet Blue #B25CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.19%

R = 40.09%
G = 20.72%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.02

 K value IS 0.30

RGB Variations

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

Color information

#B25CAE (or 0xB25CAE) is known color: Violet Blue. HEX triplet: B2, 5C and AE. RGB value is (178,92,174). Sum of RGB (Red+Green+Blue) = 178+92+174=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 174 (68.36% from 255 or 39.19% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B25CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25CAE is #4DA351. Grayscale: #7E7E7E. Windows color (decimal): -5088082 or 11426994. OLE color: 11426994.

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

Color convert

RGB 178 92 174 -
CMYK 0 0.48 0.02 0.30
HSL 302.79º 0.36% 0.53% -
HSV(B) 302.79º 0.48% 0.7% -
XYZ 29.83 20.18 42.37 -
YUV 127.06 154.49 164.33 -
System Red Green Blue C M Y K H S L
Decimal 178 92 174 0 0.48 0.02 0.30 302.79 0.36 0.53
Hex B2 5C AE 0 30 2 1E 12F 24 35
Octal 262 134 256 0 60 2 36 457 44 65
Binary 10110010 1011100 10101110 0 110000 10 11110 100101111 100100 110101

Color Harmonies of #B25CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25CAE

Black with #B25CAE

Text Example


Text Example

White with #B25CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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