Html Css Color HEX #B25AB6 Fuchsia

📋 copy color: '#B25AB6'

red 178 ◦ green 90 ◦ blue 182

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

Shades of Fuchsia #B25AB6

Tints of Fuchsia #B25AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 40.44%

R = 39.56%
G = 20%
B = 40.44%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B25AB6 (or 0xB25AB6) is known color: Fuchsia. HEX triplet: B2, 5A and B6. RGB value is (178,90,182). Sum of RGB (Red+Green+Blue) = 178+90+182=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 182 (71.48% from 255 or 40.44% from 450); Max value from RGB is 182 - color contains mainly: blue. Hex color #B25AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25AB6 is #4DA549. Grayscale: #7E7E7E. Windows color (decimal): -5088586 or 11950770. OLE color: 11950770.

HSL color Cylindrical-coordinate representation of color #B25AB6: hue angle of 297.39º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B25AB6 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 90 182 -
CMYK 0.02 0.51 0 0.29
HSL 297.39º 0.39% 0.53% -
HSV(B) 297.39º 0.51% 0.71% -
XYZ 30.46 20.15 46.54 -
YUV 126.8 159.15 164.52 -
System Red Green Blue C M Y K H S L
Decimal 178 90 182 0.02 0.51 0 0.29 297.39 0.39 0.53
Hex B2 5A B6 2 33 0 1D 129 27 35
Octal 262 132 266 2 63 0 35 451 47 65
Binary 10110010 1011010 10110110 10 110011 0 11101 100101001 100111 110101

Color Harmonies of #B25AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25AB6

Black with #B25AB6

Text Example


Text Example

White with #B25AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25AB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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