Html Css Color HEX #B673BA Fuchsia

📋 copy color: '#B673BA'

red 182 ◦ green 115 ◦ blue 186

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

Shades of Fuchsia #B673BA

Tints of Fuchsia #B673BA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.81%

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

R = 37.68%
G = 23.81%
B = 38.51%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B673BA (or 0xB673BA) is known color: Fuchsia. HEX triplet: B6, 73 and BA. RGB value is (182,115,186). Sum of RGB (Red+Green+Blue) = 182+115+186=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #B673BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673BA is #498C45. Grayscale: #8E8E8E. Windows color (decimal): -4820038 or 12219318. OLE color: 12219318.

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

Color convert

RGB 182 115 186 -
CMYK 0.02 0.38 0 0.27
HSL 296.62º 0.34% 0.59% -
HSV(B) 296.62º 0.38% 0.73% -
XYZ 34.29 25.75 49.62 -
YUV 143.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 182 115 186 0.02 0.38 0 0.27 296.62 0.34 0.59
Hex B6 73 BA 2 26 0 1B 129 22 3B
Octal 266 163 272 2 46 0 33 451 42 73
Binary 10110110 1110011 10111010 10 100110 0 11011 100101001 100010 111011

Color Harmonies of #B673BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B673BA

Black with #B673BA

Text Example


Text Example

White with #B673BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B673BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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