Html Css Color HEX #B631C1 Fuchsia

📋 copy color: '#B631C1'

red 182 ◦ green 49 ◦ blue 193

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

Shades of Fuchsia #B631C1

Tints of Fuchsia #B631C1

RGB

 RED value IS 182 (71.48% from 255) = 42.92%

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

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

R = 42.92%
G = 11.56%
B = 45.52%

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

#B631C1 (or 0xB631C1) is known color: Fuchsia. HEX triplet: B6, 31 and C1. RGB value is (182,49,193). Sum of RGB (Red+Green+Blue) = 182+49+193=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 49 (19.53% from 255 or 11.56% from 424); Blue value is 193 (75.78% from 255 or 45.52% from 424); Max value from RGB is 193 - color contains mainly: blue. Hex color #B631C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B631C1 is #49CE3E. Grayscale: #686868. Windows color (decimal): -4836927 or 12661174. OLE color: 12661174.

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

Color convert

RGB 182 49 193 -
CMYK 0.06 0.75 0 0.24
HSL 295.42º 0.6% 0.47% -
HSV(B) 295.42º 0.75% 0.76% -
XYZ 30.02 15.99 51.96 -
YUV 105.18 177.56 182.79 -
System Red Green Blue C M Y K H S L
Decimal 182 49 193 0.06 0.75 0 0.24 295.42 0.6 0.47
Hex B6 31 C1 6 4B 0 18 127 3C 2F
Octal 266 61 301 6 113 0 30 447 74 57
Binary 10110110 110001 11000001 110 1001011 0 11000 100100111 111100 101111

Color Harmonies of #B631C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B631C1

Black with #B631C1

Text Example


Text Example

White with #B631C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B631C1; }

 p { color: rgb(182,49,193); }

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

background-color css

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

 a { background-color: rgb(182,49,193); }

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

border-color css

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

 span { border-color: rgb(182,49,193); }

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