Html Css Color HEX #B75FB1 Fuchsia

📋 copy color: '#B75FB1'

red 183 ◦ green 95 ◦ blue 177

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

Shades of Fuchsia #B75FB1

Tints of Fuchsia #B75FB1

RGB

 RED value IS 183 (71.88% from 255) = 40.22%

 GREEN value IS 95 (37.5% from 255) = 20.88%

 BLUE value IS 177 (69.53% from 255) = 38.9%

R = 40.22%
G = 20.88%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B75FB1 (or 0xB75FB1) is known color: Fuchsia. HEX triplet: B7, 5F and B1. RGB value is (183,95,177). Sum of RGB (Red+Green+Blue) = 183+95+177=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 177 (69.53% from 255 or 38.90% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B75FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75FB1 is #48A04E. Grayscale: #828282. Windows color (decimal): -4759631 or 11624375. OLE color: 11624375.

HSL color Cylindrical-coordinate representation of color #B75FB1: hue angle of 304.09º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B75FB1 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 95 177 -
CMYK 0 0.48 0.03 0.28
HSL 304.09º 0.38% 0.55% -
HSV(B) 304.09º 0.48% 0.72% -
XYZ 31.56 21.43 44.07 -
YUV 130.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 183 95 177 0 0.48 0.03 0.28 304.09 0.38 0.55
Hex B7 5F B1 0 30 3 1C 130 26 37
Octal 267 137 261 0 60 3 34 460 46 67
Binary 10110111 1011111 10110001 0 110000 11 11100 100110000 100110 110111

Color Harmonies of #B75FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75FB1

Black with #B75FB1

Text Example


Text Example

White with #B75FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75FB1; }

 p { color: rgb(183,95,177); }

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

background-color css

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

 a { background-color: rgb(183,95,177); }

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

border-color css

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

 span { border-color: rgb(183,95,177); }

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