Html Css Color HEX #B643B2 Fuchsia

📋 copy color: '#B643B2'

red 182 ◦ green 67 ◦ blue 178

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

Shades of Fuchsia #B643B2

Tints of Fuchsia #B643B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.69%

R = 42.62%
G = 15.69%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B643B2 (or 0xB643B2) is known color: Fuchsia. HEX triplet: B6, 43 and B2. RGB value is (182,67,178). Sum of RGB (Red+Green+Blue) = 182+67+178=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B643B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B643B2 is #49BC4D. Grayscale: #717171. Windows color (decimal): -4832334 or 11682742. OLE color: 11682742.

HSL color Cylindrical-coordinate representation of color #B643B2: hue angle of 302.09º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B643B2 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 67 178 -
CMYK 0 0.63 0.02 0.29
HSL 302.09º 0.46% 0.49% -
HSV(B) 302.09º 0.63% 0.71% -
XYZ 29.33 17.17 43.89 -
YUV 114.04 164.1 176.47 -
System Red Green Blue C M Y K H S L
Decimal 182 67 178 0 0.63 0.02 0.29 302.09 0.46 0.49
Hex B6 43 B2 0 3F 2 1D 12E 2E 31
Octal 266 103 262 0 77 2 35 456 56 61
Binary 10110110 1000011 10110010 0 111111 10 11101 100101110 101110 110001

Color Harmonies of #B643B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B643B2

Black with #B643B2

Text Example


Text Example

White with #B643B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B643B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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