Html Css Color HEX #B643C0 Fuchsia

📋 copy color: '#B643C0'

red 182 ◦ green 67 ◦ blue 192

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

Shades of Fuchsia #B643C0

Tints of Fuchsia #B643C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.54%

R = 41.27%
G = 15.19%
B = 43.54%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B643C0 (or 0xB643C0) is known color: Fuchsia. HEX triplet: B6, 43 and C0. RGB value is (182,67,192). Sum of RGB (Red+Green+Blue) = 182+67+192=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 192 (75.39% from 255 or 43.54% from 441); Max value from RGB is 192 - color contains mainly: blue. Hex color #B643C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B643C0 is #49BC3F. Grayscale: #737373. Windows color (decimal): -4832320 or 12600246. OLE color: 12600246.

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

Color convert

RGB 182 67 192 -
CMYK 0.05 0.65 0 0.25
HSL 295.2º 0.5% 0.51% -
HSV(B) 295.2º 0.65% 0.75% -
XYZ 30.81 17.77 51.67 -
YUV 115.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 182 67 192 0.05 0.65 0 0.25 295.2 0.5 0.51
Hex B6 43 C0 5 41 0 19 127 32 33
Octal 266 103 300 5 101 0 31 447 62 63
Binary 10110110 1000011 11000000 101 1000001 0 11001 100100111 110010 110011

Color Harmonies of #B643C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B643C0

Black with #B643C0

Text Example


Text Example

White with #B643C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B643C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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