Html Css Color HEX #B642BA Fuchsia

📋 copy color: '#B642BA'

red 182 ◦ green 66 ◦ blue 186

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

Shades of Fuchsia #B642BA

Tints of Fuchsia #B642BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.21%

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 41.94%
G = 15.21%
B = 42.86%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B642BA (or 0xB642BA) is known color: Fuchsia. HEX triplet: B6, 42 and BA. RGB value is (182,66,186). Sum of RGB (Red+Green+Blue) = 182+66+186=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 66 (26.17% from 255 or 15.21% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #B642BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B642BA is #49BD45. Grayscale: #727272. Windows color (decimal): -4832582 or 12206774. OLE color: 12206774.

HSL color Cylindrical-coordinate representation of color #B642BA: hue angle of 298º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B642BA is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 66 186 -
CMYK 0.02 0.65 0 0.27
HSL 298º 0.48% 0.49% -
HSV(B) 298º 0.65% 0.73% -
XYZ 30.1 17.39 48.22 -
YUV 114.36 168.43 176.24 -
System Red Green Blue C M Y K H S L
Decimal 182 66 186 0.02 0.65 0 0.27 298 0.48 0.49
Hex B6 42 BA 2 41 0 1B 12A 30 31
Octal 266 102 272 2 101 0 33 452 60 61
Binary 10110110 1000010 10111010 10 1000001 0 11011 100101010 110000 110001

Color Harmonies of #B642BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B642BA

Black with #B642BA

Text Example


Text Example

White with #B642BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B642BA; }

 p { color: rgb(182,66,186); }

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

background-color css

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

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

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

border-color css

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

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

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