Html Css Color HEX #B641BB Fuchsia

📋 copy color: '#B641BB'

red 182 ◦ green 65 ◦ blue 187

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

Shades of Fuchsia #B641BB

Tints of Fuchsia #B641BB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.98%

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

R = 41.94%
G = 14.98%
B = 43.09%

CMYK

 C value IS 0.03

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B641BB (or 0xB641BB) is known color: Fuchsia. HEX triplet: B6, 41 and BB. RGB value is (182,65,187). Sum of RGB (Red+Green+Blue) = 182+65+187=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #B641BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B641BB is #49BE44. Grayscale: #717171. Windows color (decimal): -4832837 or 12272054. OLE color: 12272054.

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

Color convert

RGB 182 65 187 -
CMYK 0.03 0.65 0 0.27
HSL 297.54º 0.48% 0.49% -
HSV(B) 297.54º 0.65% 0.73% -
XYZ 30.15 17.31 48.77 -
YUV 113.89 169.26 176.58 -
System Red Green Blue C M Y K H S L
Decimal 182 65 187 0.03 0.65 0 0.27 297.54 0.48 0.49
Hex B6 41 BB 3 41 0 1B 12A 30 31
Octal 266 101 273 3 101 0 33 452 60 61
Binary 10110110 1000001 10111011 11 1000001 0 11011 100101010 110000 110001

Color Harmonies of #B641BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B641BB

Black with #B641BB

Text Example


Text Example

White with #B641BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B641BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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