Html Css Color HEX #B250BE Fuchsia

📋 copy color: '#B250BE'

red 178 ◦ green 80 ◦ blue 190

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

Shades of Fuchsia #B250BE

Tints of Fuchsia #B250BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.41%

R = 39.73%
G = 17.86%
B = 42.41%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B250BE (or 0xB250BE) is known color: Fuchsia. HEX triplet: B2, 50 and BE. RGB value is (178,80,190). Sum of RGB (Red+Green+Blue) = 178+80+190=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 80 (31.64% from 255 or 17.86% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #B250BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B250BE is #4DAF41. Grayscale: #797979. Windows color (decimal): -5091138 or 12472498. OLE color: 12472498.

HSL color Cylindrical-coordinate representation of color #B250BE: hue angle of 293.45º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B250BE is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 80 190 -
CMYK 0.06 0.58 0 0.25
HSL 293.45º 0.46% 0.53% -
HSV(B) 293.45º 0.58% 0.75% -
XYZ 30.52 18.92 50.76 -
YUV 121.84 166.47 168.06 -
System Red Green Blue C M Y K H S L
Decimal 178 80 190 0.06 0.58 0 0.25 293.45 0.46 0.53
Hex B2 50 BE 6 3A 0 19 125 2E 35
Octal 262 120 276 6 72 0 31 445 56 65
Binary 10110010 1010000 10111110 110 111010 0 11001 100100101 101110 110101

Color Harmonies of #B250BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250BE

Black with #B250BE

Text Example


Text Example

White with #B250BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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