Html Css Color HEX #B149C0 Fuchsia

📋 copy color: '#B149C0'

red 177 ◦ green 73 ◦ blue 192

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

Shades of Fuchsia #B149C0

Tints of Fuchsia #B149C0

RGB

 RED value IS 177 (69.53% from 255) = 40.05%

 GREEN value IS 73 (28.91% from 255) = 16.52%

 BLUE value IS 192 (75.39% from 255) = 43.44%

R = 40.05%
G = 16.52%
B = 43.44%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B149C0 (or 0xB149C0) is known color: Fuchsia. HEX triplet: B1, 49 and C0. RGB value is (177,73,192). Sum of RGB (Red+Green+Blue) = 177+73+192=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #B149C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B149C0 is #4EB63F. Grayscale: #757575. Windows color (decimal): -5158464 or 12601777. OLE color: 12601777.

HSL color Cylindrical-coordinate representation of color #B149C0: hue angle of 292.44º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B149C0 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 73 192 -
CMYK 0.08 0.62 0 0.25
HSL 292.44º 0.49% 0.52% -
HSV(B) 292.44º 0.62% 0.75% -
XYZ 30.03 17.92 51.75 -
YUV 117.66 169.96 170.32 -
System Red Green Blue C M Y K H S L
Decimal 177 73 192 0.08 0.62 0 0.25 292.44 0.49 0.52
Hex B1 49 C0 8 3E 0 19 124 31 34
Octal 261 111 300 10 76 0 31 444 61 64
Binary 10110001 1001001 11000000 1000 111110 0 11001 100100100 110001 110100

Color Harmonies of #B149C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B149C0

Black with #B149C0

Text Example


Text Example

White with #B149C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B149C0; }

 p { color: rgb(177,73,192); }

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

background-color css

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

 a { background-color: rgb(177,73,192); }

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

border-color css

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

 span { border-color: rgb(177,73,192); }

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