Html Css Color HEX #B643C1 Fuchsia

📋 copy color: '#B643C1'

red 182 ◦ green 67 ◦ blue 193

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

Shades of Fuchsia #B643C1

Tints of Fuchsia #B643C1

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.16%

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

R = 41.18%
G = 15.16%
B = 43.67%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B643C1 (or 0xB643C1) is known color: Fuchsia. HEX triplet: B6, 43 and C1. RGB value is (182,67,193). Sum of RGB (Red+Green+Blue) = 182+67+193=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #B643C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B643C1 is #49BC3E. Grayscale: #737373. Windows color (decimal): -4832319 or 12665782. OLE color: 12665782.

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

Color convert

RGB 182 67 193 -
CMYK 0.06 0.65 0 0.24
HSL 294.76º 0.5% 0.51% -
HSV(B) 294.76º 0.65% 0.76% -
XYZ 30.92 17.81 52.26 -
YUV 115.75 171.6 175.25 -
System Red Green Blue C M Y K H S L
Decimal 182 67 193 0.06 0.65 0 0.24 294.76 0.5 0.51
Hex B6 43 C1 6 41 0 18 127 32 33
Octal 266 103 301 6 101 0 30 447 62 63
Binary 10110110 1000011 11000001 110 1000001 0 11000 100100111 110010 110011

Color Harmonies of #B643C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B643C1

Black with #B643C1

Text Example


Text Example

White with #B643C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B643C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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