Html Css Color HEX #B748C1 Fuchsia

📋 copy color: '#B748C1'

red 183 ◦ green 72 ◦ blue 193

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

Shades of Fuchsia #B748C1

Tints of Fuchsia #B748C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.08%

R = 40.85%
G = 16.07%
B = 43.08%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B748C1 (or 0xB748C1) is known color: Fuchsia. HEX triplet: B7, 48 and C1. RGB value is (183,72,193). Sum of RGB (Red+Green+Blue) = 183+72+193=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 72 (28.52% from 255 or 16.07% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #B748C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B748C1 is #48B73E. Grayscale: #767676. Windows color (decimal): -4765503 or 12667063. OLE color: 12667063.

HSL color Cylindrical-coordinate representation of color #B748C1: hue angle of 295.04º degrees, saturation: 0.49, 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 #B748C1 is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 72 193 -
CMYK 0.05 0.63 0 0.24
HSL 295.04º 0.49% 0.52% -
HSV(B) 295.04º 0.63% 0.76% -
XYZ 31.47 18.55 52.37 -
YUV 118.98 169.77 173.66 -
System Red Green Blue C M Y K H S L
Decimal 183 72 193 0.05 0.63 0 0.24 295.04 0.49 0.52
Hex B7 48 C1 5 3F 0 18 127 31 34
Octal 267 110 301 5 77 0 30 447 61 64
Binary 10110111 1001000 11000001 101 111111 0 11000 100100111 110001 110100

Color Harmonies of #B748C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B748C1

Black with #B748C1

Text Example


Text Example

White with #B748C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B748C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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