Html Css Color HEX #B643BD Fuchsia

📋 copy color: '#B643BD'

red 182 ◦ green 67 ◦ blue 189

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

Shades of Fuchsia #B643BD

Tints of Fuchsia #B643BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.15%

R = 41.55%
G = 15.3%
B = 43.15%

CMYK

 C value IS 0.04

 M value IS 0.65

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B643BD (or 0xB643BD) is known color: Fuchsia. HEX triplet: B6, 43 and BD. RGB value is (182,67,189). Sum of RGB (Red+Green+Blue) = 182+67+189=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #B643BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B643BD is #49BC42. Grayscale: #727272. Windows color (decimal): -4832323 or 12403638. OLE color: 12403638.

HSL color Cylindrical-coordinate representation of color #B643BD: hue angle of 296.56º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B643BD is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 67 189 -
CMYK 0.04 0.65 0 0.26
HSL 296.56º 0.48% 0.5% -
HSV(B) 296.56º 0.65% 0.74% -
XYZ 30.48 17.63 49.94 -
YUV 115.29 169.6 175.58 -
System Red Green Blue C M Y K H S L
Decimal 182 67 189 0.04 0.65 0 0.26 296.56 0.48 0.5
Hex B6 43 BD 4 41 0 1A 129 30 32
Octal 266 103 275 4 101 0 32 451 60 62
Binary 10110110 1000011 10111101 100 1000001 0 11010 100101001 110000 110010

Color Harmonies of #B643BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B643BD

Black with #B643BD

Text Example


Text Example

White with #B643BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B643BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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