Html Css Color HEX #B64BBA Fuchsia

📋 copy color: '#B64BBA'

red 182 ◦ green 75 ◦ blue 186

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

Shades of Fuchsia #B64BBA

Tints of Fuchsia #B64BBA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.93%

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

R = 41.08%
G = 16.93%
B = 41.99%

CMYK

 C value IS 0.02

 M value IS 0.60

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B64BBA (or 0xB64BBA) is known color: Fuchsia. HEX triplet: B6, 4B and BA. RGB value is (182,75,186). Sum of RGB (Red+Green+Blue) = 182+75+186=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #B64BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B64BBA is #49B445. Grayscale: #777777. Windows color (decimal): -4830278 or 12209078. OLE color: 12209078.

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

Color convert

RGB 182 75 186 -
CMYK 0.02 0.60 0 0.27
HSL 297.84º 0.45% 0.51% -
HSV(B) 297.84º 0.6% 0.73% -
XYZ 30.67 18.52 48.41 -
YUV 119.65 165.45 172.47 -
System Red Green Blue C M Y K H S L
Decimal 182 75 186 0.02 0.60 0 0.27 297.84 0.45 0.51
Hex B6 4B BA 2 3C 0 1B 12A 2D 33
Octal 266 113 272 2 74 0 33 452 55 63
Binary 10110110 1001011 10111010 10 111100 0 11011 100101010 101101 110011

Color Harmonies of #B64BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64BBA

Black with #B64BBA

Text Example


Text Example

White with #B64BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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