Html Css Color HEX #B64FBA Fuchsia

📋 copy color: '#B64FBA'

red 182 ◦ green 79 ◦ blue 186

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

Shades of Fuchsia #B64FBA

Tints of Fuchsia #B64FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.67%

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

R = 40.72%
G = 17.67%
B = 41.61%

CMYK

 C value IS 0.02

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B64FBA (or 0xB64FBA) is known color: Fuchsia. HEX triplet: B6, 4F and BA. RGB value is (182,79,186). Sum of RGB (Red+Green+Blue) = 182+79+186=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #B64FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64FBA is #49B045. Grayscale: #797979. Windows color (decimal): -4829254 or 12210102. OLE color: 12210102.

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

Color convert

RGB 182 79 186 -
CMYK 0.02 0.58 0 0.27
HSL 297.76º 0.44% 0.52% -
HSV(B) 297.76º 0.58% 0.73% -
XYZ 30.95 19.08 48.51 -
YUV 122 164.12 170.8 -
System Red Green Blue C M Y K H S L
Decimal 182 79 186 0.02 0.58 0 0.27 297.76 0.44 0.52
Hex B6 4F BA 2 3A 0 1B 12A 2C 34
Octal 266 117 272 2 72 0 33 452 54 64
Binary 10110110 1001111 10111010 10 111010 0 11011 100101010 101100 110100

Color Harmonies of #B64FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64FBA

Black with #B64FBA

Text Example


Text Example

White with #B64FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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