Html Css Color HEX #B641B6 Fuchsia

📋 copy color: '#B641B6'

red 182 ◦ green 65 ◦ blue 182

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

Shades of Fuchsia #B641B6

Tints of Fuchsia #B641B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.42%

R = 42.42%
G = 15.15%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B641B6 (or 0xB641B6) is known color: Fuchsia. HEX triplet: B6, 41 and B6. RGB value is (182,65,182). Sum of RGB (Red+Green+Blue) = 182+65+182=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 182 (71.48% from 255 or 42.42% from 429); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B641B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B641B6 is #49BE49. Grayscale: #707070. Windows color (decimal): -4832842 or 11944374. OLE color: 11944374.

HSL color Cylindrical-coordinate representation of color #B641B6: hue angle of 300º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B641B6 is Cyan = 0, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 65 182 -
CMYK 0 0.64 0 0.29
HSL 300º 0.47% 0.48% -
HSV(B) 300º 0.64% 0.71% -
XYZ 29.63 17.1 46 -
YUV 113.32 166.76 176.99 -
System Red Green Blue C M Y K H S L
Decimal 182 65 182 0 0.64 0 0.29 300 0.47 0.48
Hex B6 41 B6 0 40 0 1D 12C 2F 30
Octal 266 101 266 0 100 0 35 454 57 60
Binary 10110110 1000001 10110110 0 1000000 0 11101 100101100 101111 110000

Color Harmonies of #B641B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B641B6

Black with #B641B6

Text Example


Text Example

White with #B641B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B641B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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