Html Css Color HEX #B748BF Fuchsia

📋 copy color: '#B748BF'

red 183 ◦ green 72 ◦ blue 191

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

Shades of Fuchsia #B748BF

Tints of Fuchsia #B748BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.83%

R = 41.03%
G = 16.14%
B = 42.83%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B748BF (or 0xB748BF) is known color: Fuchsia. HEX triplet: B7, 48 and BF. RGB value is (183,72,191). Sum of RGB (Red+Green+Blue) = 183+72+191=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #B748BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B748BF is #48B740. Grayscale: #767676. Windows color (decimal): -4765505 or 12535991. OLE color: 12535991.

HSL color Cylindrical-coordinate representation of color #B748BF: hue angle of 295.97º degrees, saturation: 0.48, 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 #B748BF is Cyan = 0.04, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 72 191 -
CMYK 0.04 0.62 0 0.25
HSL 295.97º 0.48% 0.52% -
HSV(B) 295.97º 0.62% 0.75% -
XYZ 31.25 18.46 51.21 -
YUV 118.76 168.77 173.82 -
System Red Green Blue C M Y K H S L
Decimal 183 72 191 0.04 0.62 0 0.25 295.97 0.48 0.52
Hex B7 48 BF 4 3E 0 19 128 30 34
Octal 267 110 277 4 76 0 31 450 60 64
Binary 10110111 1001000 10111111 100 111110 0 11001 100101000 110000 110100

Color Harmonies of #B748BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B748BF

Black with #B748BF

Text Example


Text Example

White with #B748BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B748BF; }

 p { color: rgb(183,72,191); }

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

background-color css

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

 a { background-color: rgb(183,72,191); }

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

border-color css

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

 span { border-color: rgb(183,72,191); }

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