Html Css Color HEX #B648BA Fuchsia

📋 copy color: '#B648BA'

red 182 ◦ green 72 ◦ blue 186

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

Shades of Fuchsia #B648BA

Tints of Fuchsia #B648BA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.36%

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

R = 41.36%
G = 16.36%
B = 42.27%

CMYK

 C value IS 0.02

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B648BA (or 0xB648BA) is known color: Fuchsia. HEX triplet: B6, 48 and BA. RGB value is (182,72,186). Sum of RGB (Red+Green+Blue) = 182+72+186=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 186 - color contains mainly: blue. Hex color #B648BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B648BA is #49B745. Grayscale: #757575. Windows color (decimal): -4831046 or 12208310. OLE color: 12208310.

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

Color convert

RGB 182 72 186 -
CMYK 0.02 0.61 0 0.27
HSL 297.89º 0.45% 0.51% -
HSV(B) 297.89º 0.61% 0.73% -
XYZ 30.47 18.12 48.35 -
YUV 117.89 166.44 173.73 -
System Red Green Blue C M Y K H S L
Decimal 182 72 186 0.02 0.61 0 0.27 297.89 0.45 0.51
Hex B6 48 BA 2 3D 0 1B 12A 2D 33
Octal 266 110 272 2 75 0 33 452 55 63
Binary 10110110 1001000 10111010 10 111101 0 11011 100101010 101101 110011

Color Harmonies of #B648BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B648BA

Black with #B648BA

Text Example


Text Example

White with #B648BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B648BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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