Html Css Color HEX #B731C3 Fuchsia

📋 copy color: '#B731C3'

red 183 ◦ green 49 ◦ blue 195

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

Shades of Fuchsia #B731C3

Tints of Fuchsia #B731C3

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.48%

 BLUE value IS 195 (76.56% from 255) = 45.67%

R = 42.86%
G = 11.48%
B = 45.67%

CMYK

 C value IS 0.06

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B731C3 (or 0xB731C3) is known color: Fuchsia. HEX triplet: B7, 31 and C3. RGB value is (183,49,195). Sum of RGB (Red+Green+Blue) = 183+49+195=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 195 - color contains mainly: blue. Hex color #B731C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B731C3 is #48CE3C. Grayscale: #696969. Windows color (decimal): -4771389 or 12792247. OLE color: 12792247.

HSL color Cylindrical-coordinate representation of color #B731C3: hue angle of 295.07º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B731C3 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 183 49 195 -
CMYK 0.06 0.75 0 0.24
HSL 295.07º 0.6% 0.48% -
HSV(B) 295.07º 0.75% 0.76% -
XYZ 30.48 16.2 53.15 -
YUV 105.71 178.39 183.13 -
System Red Green Blue C M Y K H S L
Decimal 183 49 195 0.06 0.75 0 0.24 295.07 0.6 0.48
Hex B7 31 C3 6 4B 0 18 127 3C 30
Octal 267 61 303 6 113 0 30 447 74 60
Binary 10110111 110001 11000011 110 1001011 0 11000 100100111 111100 110000

Color Harmonies of #B731C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B731C3

Black with #B731C3

Text Example


Text Example

White with #B731C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B731C3; }

 p { color: rgb(183,49,195); }

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

background-color css

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

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

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

border-color css

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

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

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