Html Css Color HEX #B250BD Fuchsia

📋 copy color: '#B250BD'

red 178 ◦ green 80 ◦ blue 189

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

Shades of Fuchsia #B250BD

Tints of Fuchsia #B250BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.28%

R = 39.82%
G = 17.9%
B = 42.28%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B250BD (or 0xB250BD) is known color: Fuchsia. HEX triplet: B2, 50 and BD. RGB value is (178,80,189). Sum of RGB (Red+Green+Blue) = 178+80+189=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #B250BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B250BD is #4DAF42. Grayscale: #797979. Windows color (decimal): -5091139 or 12406962. OLE color: 12406962.

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

Color convert

RGB 178 80 189 -
CMYK 0.06 0.58 0 0.26
HSL 293.94º 0.45% 0.53% -
HSV(B) 293.94º 0.58% 0.74% -
XYZ 30.41 18.88 50.18 -
YUV 121.73 165.97 168.14 -
System Red Green Blue C M Y K H S L
Decimal 178 80 189 0.06 0.58 0 0.26 293.94 0.45 0.53
Hex B2 50 BD 6 3A 0 1A 126 2D 35
Octal 262 120 275 6 72 0 32 446 55 65
Binary 10110010 1010000 10111101 110 111010 0 11010 100100110 101101 110101

Color Harmonies of #B250BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B250BD

Black with #B250BD

Text Example


Text Example

White with #B250BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B250BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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