Html Css Color HEX #B641BA Fuchsia

📋 copy color: '#B641BA'

red 182 ◦ green 65 ◦ blue 186

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

Shades of Fuchsia #B641BA

Tints of Fuchsia #B641BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.96%

R = 42.03%
G = 15.01%
B = 42.96%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B641BA (or 0xB641BA) is known color: Fuchsia. HEX triplet: B6, 41 and BA. RGB value is (182,65,186). Sum of RGB (Red+Green+Blue) = 182+65+186=433 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.03% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #B641BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B641BA is #49BE45. Grayscale: #717171. Windows color (decimal): -4832838 or 12206518. OLE color: 12206518.

HSL color Cylindrical-coordinate representation of color #B641BA: hue angle of 298.02º 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 #B641BA is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 65 186 -
CMYK 0.02 0.65 0 0.27
HSL 298.02º 0.48% 0.49% -
HSV(B) 298.02º 0.65% 0.73% -
XYZ 30.04 17.27 48.2 -
YUV 113.78 168.76 176.66 -
System Red Green Blue C M Y K H S L
Decimal 182 65 186 0.02 0.65 0 0.27 298.02 0.48 0.49
Hex B6 41 BA 2 41 0 1B 12A 30 31
Octal 266 101 272 2 101 0 33 452 60 61
Binary 10110110 1000001 10111010 10 1000001 0 11011 100101010 110000 110001

Color Harmonies of #B641BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B641BA

Black with #B641BA

Text Example


Text Example

White with #B641BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B641BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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