Html Css Color HEX #B254BA Fuchsia

📋 copy color: '#B254BA'

red 178 ◦ green 84 ◦ blue 186

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

Shades of Fuchsia #B254BA

Tints of Fuchsia #B254BA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.75%

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 39.73%
G = 18.75%
B = 41.52%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B254BA (or 0xB254BA) is known color: Fuchsia. HEX triplet: B2, 54 and BA. RGB value is (178,84,186). Sum of RGB (Red+Green+Blue) = 178+84+186=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #B254BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B254BA is #4DAB45. Grayscale: #7B7B7B. Windows color (decimal): -5090118 or 12211378. OLE color: 12211378.

HSL color Cylindrical-coordinate representation of color #B254BA: hue angle of 295.29º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B254BA is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 84 186 -
CMYK 0.04 0.55 0 0.27
HSL 295.29º 0.43% 0.53% -
HSV(B) 295.29º 0.55% 0.73% -
XYZ 30.39 19.35 48.59 -
YUV 123.73 163.14 166.71 -
System Red Green Blue C M Y K H S L
Decimal 178 84 186 0.04 0.55 0 0.27 295.29 0.43 0.53
Hex B2 54 BA 4 37 0 1B 127 2A 35
Octal 262 124 272 4 67 0 33 447 52 65
Binary 10110010 1010100 10111010 100 110111 0 11011 100100111 101010 110101

Color Harmonies of #B254BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B254BA

Black with #B254BA

Text Example


Text Example

White with #B254BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B254BA; }

 p { color: rgb(178,84,186); }

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

background-color css

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

 a { background-color: rgb(178,84,186); }

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

border-color css

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

 span { border-color: rgb(178,84,186); }

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