Html Css Color HEX #B631BB Fuchsia

📋 copy color: '#B631BB'

red 182 ◦ green 49 ◦ blue 187

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

Shades of Fuchsia #B631BB

Tints of Fuchsia #B631BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.74%

R = 43.54%
G = 11.72%
B = 44.74%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B631BB (or 0xB631BB) is known color: Fuchsia. HEX triplet: B6, 31 and BB. RGB value is (182,49,187). Sum of RGB (Red+Green+Blue) = 182+49+187=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 49 (19.53% from 255 or 11.72% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #B631BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B631BB is #49CE44. Grayscale: #686868. Windows color (decimal): -4836933 or 12267958. OLE color: 12267958.

HSL color Cylindrical-coordinate representation of color #B631BB: hue angle of 297.83º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B631BB is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 49 187 -
CMYK 0.03 0.74 0 0.27
HSL 297.83º 0.58% 0.46% -
HSV(B) 297.83º 0.74% 0.73% -
XYZ 29.36 15.73 48.5 -
YUV 104.5 174.56 183.28 -
System Red Green Blue C M Y K H S L
Decimal 182 49 187 0.03 0.74 0 0.27 297.83 0.58 0.46
Hex B6 31 BB 3 4A 0 1B 12A 3A 2E
Octal 266 61 273 3 112 0 33 452 72 56
Binary 10110110 110001 10111011 11 1001010 0 11011 100101010 111010 101110

Color Harmonies of #B631BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B631BB

Black with #B631BB

Text Example


Text Example

White with #B631BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B631BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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