Html Css Color HEX #B148BD Fuchsia

📋 copy color: '#B148BD'

red 177 ◦ green 72 ◦ blue 189

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

Shades of Fuchsia #B148BD

Tints of Fuchsia #B148BD

RGB

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

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

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

R = 40.41%
G = 16.44%
B = 43.15%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B148BD (or 0xB148BD) is known color: Fuchsia. HEX triplet: B1, 48 and BD. RGB value is (177,72,189). Sum of RGB (Red+Green+Blue) = 177+72+189=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #B148BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148BD is #4EB742. Grayscale: #747474. Windows color (decimal): -5158723 or 12404913. OLE color: 12404913.

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

Color convert

RGB 177 72 189 -
CMYK 0.06 0.62 0 0.26
HSL 293.85º 0.47% 0.51% -
HSV(B) 293.85º 0.62% 0.74% -
XYZ 29.63 17.66 49.99 -
YUV 116.73 168.79 170.99 -
System Red Green Blue C M Y K H S L
Decimal 177 72 189 0.06 0.62 0 0.26 293.85 0.47 0.51
Hex B1 48 BD 6 3E 0 1A 126 2F 33
Octal 261 110 275 6 76 0 32 446 57 63
Binary 10110001 1001000 10111101 110 111110 0 11010 100100110 101111 110011

Color Harmonies of #B148BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B148BD

Black with #B148BD

Text Example


Text Example

White with #B148BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B148BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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