Html Css Color HEX #B64EBB Fuchsia

📋 copy color: '#B64EBB'

red 182 ◦ green 78 ◦ blue 187

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

Shades of Fuchsia #B64EBB

Tints of Fuchsia #B64EBB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.45%

 BLUE value IS 187 (73.44% from 255) = 41.83%

R = 40.72%
G = 17.45%
B = 41.83%

CMYK

 C value IS 0.03

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B64EBB (or 0xB64EBB) is known color: Fuchsia. HEX triplet: B6, 4E and BB. RGB value is (182,78,187). Sum of RGB (Red+Green+Blue) = 182+78+187=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 78 (30.86% from 255 or 17.45% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #B64EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B64EBB is #49B144. Grayscale: #797979. Windows color (decimal): -4829509 or 12275382. OLE color: 12275382.

HSL color Cylindrical-coordinate representation of color #B64EBB: hue angle of 297.25º 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 #B64EBB is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 78 187 -
CMYK 0.03 0.58 0 0.27
HSL 297.25º 0.44% 0.52% -
HSV(B) 297.25º 0.58% 0.73% -
XYZ 30.99 18.98 49.04 -
YUV 121.52 164.96 171.14 -
System Red Green Blue C M Y K H S L
Decimal 182 78 187 0.03 0.58 0 0.27 297.25 0.44 0.52
Hex B6 4E BB 3 3A 0 1B 129 2C 34
Octal 266 116 273 3 72 0 33 451 54 64
Binary 10110110 1001110 10111011 11 111010 0 11011 100101001 101100 110100

Color Harmonies of #B64EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64EBB

Black with #B64EBB

Text Example


Text Example

White with #B64EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64EBB; }

 p { color: rgb(182,78,187); }

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

background-color css

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

 a { background-color: rgb(182,78,187); }

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

border-color css

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

 span { border-color: rgb(182,78,187); }

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