Html Css Color HEX #B148C2 Fuchsia

📋 copy color: '#B148C2'

red 177 ◦ green 72 ◦ blue 194

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

Shades of Fuchsia #B148C2

Tints of Fuchsia #B148C2

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.25%

 BLUE value IS 194 (76.17% from 255) = 43.79%

R = 39.95%
G = 16.25%
B = 43.79%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B148C2 (or 0xB148C2) is known color: Fuchsia. HEX triplet: B1, 48 and C2. RGB value is (177,72,194). Sum of RGB (Red+Green+Blue) = 177+72+194=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 194 - color contains mainly: blue. Hex color #B148C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148C2 is #4EB73D. Grayscale: #747474. Windows color (decimal): -5158718 or 12732593. OLE color: 12732593.

HSL color Cylindrical-coordinate representation of color #B148C2: hue angle of 291.64º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B148C2 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 72 194 -
CMYK 0.09 0.63 0 0.24
HSL 291.64º 0.5% 0.52% -
HSV(B) 291.64º 0.63% 0.76% -
XYZ 30.19 17.88 52.9 -
YUV 117.3 171.29 170.58 -
System Red Green Blue C M Y K H S L
Decimal 177 72 194 0.09 0.63 0 0.24 291.64 0.5 0.52
Hex B1 48 C2 9 3F 0 18 124 32 34
Octal 261 110 302 11 77 0 30 444 62 64
Binary 10110001 1001000 11000010 1001 111111 0 11000 100100100 110010 110100

Color Harmonies of #B148C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B148C2

Black with #B148C2

Text Example


Text Example

White with #B148C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B148C2; }

 p { color: rgb(177,72,194); }

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

background-color css

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

 a { background-color: rgb(177,72,194); }

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

border-color css

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

 span { border-color: rgb(177,72,194); }

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