Html Css Color HEX #B250BA Fuchsia

📋 copy color: '#B250BA'

red 178 ◦ green 80 ◦ blue 186

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

Shades of Fuchsia #B250BA

Tints of Fuchsia #B250BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.02%

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

R = 40.09%
G = 18.02%
B = 41.89%

CMYK

 C value IS 0.04

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B250BA (or 0xB250BA) is known color: Fuchsia. HEX triplet: B2, 50 and BA. RGB value is (178,80,186). Sum of RGB (Red+Green+Blue) = 178+80+186=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 80 (31.64% from 255 or 18.02% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #B250BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B250BA is #4DAF45. Grayscale: #797979. Windows color (decimal): -5091142 or 12210354. OLE color: 12210354.

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

Color convert

RGB 178 80 186 -
CMYK 0.04 0.57 0 0.27
HSL 295.47º 0.43% 0.52% -
HSV(B) 295.47º 0.57% 0.73% -
XYZ 30.09 18.75 48.49 -
YUV 121.39 164.47 168.38 -
System Red Green Blue C M Y K H S L
Decimal 178 80 186 0.04 0.57 0 0.27 295.47 0.43 0.52
Hex B2 50 BA 4 39 0 1B 127 2B 34
Octal 262 120 272 4 71 0 33 447 53 64
Binary 10110010 1010000 10111010 100 111001 0 11011 100100111 101011 110100

Color Harmonies of #B250BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250BA

Black with #B250BA

Text Example


Text Example

White with #B250BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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