Html Css Color HEX #B064BE Fuchsia

📋 copy color: '#B064BE'

red 176 ◦ green 100 ◦ blue 190

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

Shades of Fuchsia #B064BE

Tints of Fuchsia #B064BE

RGB

 RED value IS 176 (69.14% from 255) = 37.77%

 GREEN value IS 100 (39.45% from 255) = 21.46%

 BLUE value IS 190 (74.61% from 255) = 40.77%

R = 37.77%
G = 21.46%
B = 40.77%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B064BE (or 0xB064BE) is known color: Fuchsia. HEX triplet: B0, 64 and BE. RGB value is (176,100,190). Sum of RGB (Red+Green+Blue) = 176+100+190=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #B064BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B064BE is #4F9B41. Grayscale: #848484. Windows color (decimal): -5217090 or 12477616. OLE color: 12477616.

HSL color Cylindrical-coordinate representation of color #B064BE: hue angle of 290.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B064BE is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 100 190 -
CMYK 0.07 0.47 0 0.25
HSL 290.67º 0.41% 0.57% -
HSV(B) 290.67º 0.47% 0.75% -
XYZ 31.76 22.06 51.3 -
YUV 132.98 160.18 158.68 -
System Red Green Blue C M Y K H S L
Decimal 176 100 190 0.07 0.47 0 0.25 290.67 0.41 0.57
Hex B0 64 BE 7 2F 0 19 123 29 39
Octal 260 144 276 7 57 0 31 443 51 71
Binary 10110000 1100100 10111110 111 101111 0 11001 100100011 101001 111001

Color Harmonies of #B064BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B064BE

Black with #B064BE

Text Example


Text Example

White with #B064BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B064BE; }

 p { color: rgb(176,100,190); }

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

background-color css

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

 a { background-color: rgb(176,100,190); }

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

border-color css

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

 span { border-color: rgb(176,100,190); }

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