Html Css Color HEX #B748B7 Fuchsia

📋 copy color: '#B748B7'

red 183 ◦ green 72 ◦ blue 183

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

Shades of Fuchsia #B748B7

Tints of Fuchsia #B748B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 41.78%

R = 41.78%
G = 16.44%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B748B7 (or 0xB748B7) is known color: Fuchsia. HEX triplet: B7, 48 and B7. RGB value is (183,72,183). Sum of RGB (Red+Green+Blue) = 183+72+183=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 72 (28.52% from 255 or 16.44% from 438); Blue value is 183 (71.88% from 255 or 41.78% from 438); Max value from RGB is 183 - color contains mainly: red, blue. Hex color #B748B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B748B7 is #48B748. Grayscale: #757575. Windows color (decimal): -4765513 or 12011703. OLE color: 12011703.

HSL color Cylindrical-coordinate representation of color #B748B7: hue angle of 300º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B748B7 is Cyan = 0, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 72 183 -
CMYK 0 0.61 0 0.28
HSL 300º 0.44% 0.5% -
HSV(B) 300º 0.61% 0.72% -
XYZ 30.39 18.12 46.7 -
YUV 117.84 164.77 174.47 -
System Red Green Blue C M Y K H S L
Decimal 183 72 183 0 0.61 0 0.28 300 0.44 0.5
Hex B7 48 B7 0 3D 0 1C 12C 2C 32
Octal 267 110 267 0 75 0 34 454 54 62
Binary 10110111 1001000 10110111 0 111101 0 11100 100101100 101100 110010

Color Harmonies of #B748B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B748B7

Black with #B748B7

Text Example


Text Example

White with #B748B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B748B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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