Html Css Color HEX #B64DBA Fuchsia

📋 copy color: '#B64DBA'

red 182 ◦ green 77 ◦ blue 186

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

Shades of Fuchsia #B64DBA

Tints of Fuchsia #B64DBA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.3%

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

R = 40.9%
G = 17.3%
B = 41.8%

CMYK

 C value IS 0.02

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B64DBA (or 0xB64DBA) is known color: Fuchsia. HEX triplet: B6, 4D and BA. RGB value is (182,77,186). Sum of RGB (Red+Green+Blue) = 182+77+186=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #B64DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64DBA is #49B245. Grayscale: #787878. Windows color (decimal): -4829766 or 12209590. OLE color: 12209590.

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

Color convert

RGB 182 77 186 -
CMYK 0.02 0.59 0 0.27
HSL 297.8º 0.44% 0.52% -
HSV(B) 297.8º 0.59% 0.73% -
XYZ 30.81 18.8 48.46 -
YUV 120.82 164.79 171.64 -
System Red Green Blue C M Y K H S L
Decimal 182 77 186 0.02 0.59 0 0.27 297.8 0.44 0.52
Hex B6 4D BA 2 3B 0 1B 12A 2C 34
Octal 266 115 272 2 73 0 33 452 54 64
Binary 10110110 1001101 10111010 10 111011 0 11011 100101010 101100 110100

Color Harmonies of #B64DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64DBA

Black with #B64DBA

Text Example


Text Example

White with #B64DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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