Html Css Color HEX #B25AB3 Fuchsia

📋 copy color: '#B25AB3'

red 178 ◦ green 90 ◦ blue 179

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

Shades of Fuchsia #B25AB3

Tints of Fuchsia #B25AB3

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.13%

 BLUE value IS 179 (70.31% from 255) = 40.04%

R = 39.82%
G = 20.13%
B = 40.04%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#B25AB3 (or 0xB25AB3) is known color: Fuchsia. HEX triplet: B2, 5A and B3. RGB value is (178,90,179). Sum of RGB (Red+Green+Blue) = 178+90+179=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 90 (35.55% from 255 or 20.13% from 447); Blue value is 179 (70.31% from 255 or 40.04% from 447); Max value from RGB is 179 - color contains mainly: blue. Hex color #B25AB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25AB3 is #4DA54C. Grayscale: #7E7E7E. Windows color (decimal): -5088589 or 11754162. OLE color: 11754162.

HSL color Cylindrical-coordinate representation of color #B25AB3: hue angle of 299.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B25AB3 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 90 179 -
CMYK 0.01 0.50 0 0.30
HSL 299.33º 0.37% 0.53% -
HSV(B) 299.33º 0.5% 0.7% -
XYZ 30.15 20.03 44.93 -
YUV 126.46 157.65 164.76 -
System Red Green Blue C M Y K H S L
Decimal 178 90 179 0.01 0.50 0 0.30 299.33 0.37 0.53
Hex B2 5A B3 1 32 0 1E 12B 25 35
Octal 262 132 263 1 62 0 36 453 45 65
Binary 10110010 1011010 10110011 1 110010 0 11110 100101011 100101 110101

Color Harmonies of #B25AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25AB3

Black with #B25AB3

Text Example


Text Example

White with #B25AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25AB3; }

 p { color: rgb(178,90,179); }

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

background-color css

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

 a { background-color: rgb(178,90,179); }

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

border-color css

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

 span { border-color: rgb(178,90,179); }

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