Html Css Color HEX #B672BA Fuchsia

📋 copy color: '#B672BA'

red 182 ◦ green 114 ◦ blue 186

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

Shades of Fuchsia #B672BA

Tints of Fuchsia #B672BA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.65%

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

R = 37.76%
G = 23.65%
B = 38.59%

CMYK

 C value IS 0.02

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B672BA (or 0xB672BA) is known color: Fuchsia. HEX triplet: B6, 72 and BA. RGB value is (182,114,186). Sum of RGB (Red+Green+Blue) = 182+114+186=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #B672BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B672BA is #498D45. Grayscale: #8E8E8E. Windows color (decimal): -4820294 or 12219062. OLE color: 12219062.

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

Color convert

RGB 182 114 186 -
CMYK 0.02 0.39 0 0.27
HSL 296.67º 0.34% 0.59% -
HSV(B) 296.67º 0.39% 0.73% -
XYZ 34.17 25.52 49.58 -
YUV 142.54 152.53 156.15 -
System Red Green Blue C M Y K H S L
Decimal 182 114 186 0.02 0.39 0 0.27 296.67 0.34 0.59
Hex B6 72 BA 2 27 0 1B 129 22 3B
Octal 266 162 272 2 47 0 33 451 42 73
Binary 10110110 1110010 10111010 10 100111 0 11011 100101001 100010 111011

Color Harmonies of #B672BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B672BA

Black with #B672BA

Text Example


Text Example

White with #B672BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B672BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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