Html Css Color HEX #B675BA Fuchsia

📋 copy color: '#B675BA'

red 182 ◦ green 117 ◦ blue 186

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

Shades of Fuchsia #B675BA

Tints of Fuchsia #B675BA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.12%

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

R = 37.53%
G = 24.12%
B = 38.35%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B675BA (or 0xB675BA) is known color: Fuchsia. HEX triplet: B6, 75 and BA. RGB value is (182,117,186). Sum of RGB (Red+Green+Blue) = 182+117+186=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #B675BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B675BA is #498A45. Grayscale: #909090. Windows color (decimal): -4819526 or 12219830. OLE color: 12219830.

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

Color convert

RGB 182 117 186 -
CMYK 0.02 0.37 0 0.27
HSL 296.52º 0.33% 0.59% -
HSV(B) 296.52º 0.37% 0.73% -
XYZ 34.52 26.21 49.69 -
YUV 144.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 182 117 186 0.02 0.37 0 0.27 296.52 0.33 0.59
Hex B6 75 BA 2 25 0 1B 129 21 3B
Octal 266 165 272 2 45 0 33 451 41 73
Binary 10110110 1110101 10111010 10 100101 0 11011 100101001 100001 111011

Color Harmonies of #B675BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B675BA

Black with #B675BA

Text Example


Text Example

White with #B675BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B675BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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