Html Css Color HEX #B644BE Fuchsia

📋 copy color: '#B644BE'

red 182 ◦ green 68 ◦ blue 190

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

Shades of Fuchsia #B644BE

Tints of Fuchsia #B644BE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.45%

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

R = 41.36%
G = 15.45%
B = 43.18%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B644BE (or 0xB644BE) is known color: Fuchsia. HEX triplet: B6, 44 and BE. RGB value is (182,68,190). Sum of RGB (Red+Green+Blue) = 182+68+190=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #B644BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B644BE is #49BB41. Grayscale: #737373. Windows color (decimal): -4832066 or 12469430. OLE color: 12469430.

HSL color Cylindrical-coordinate representation of color #B644BE: hue angle of 296.07º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B644BE is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 68 190 -
CMYK 0.04 0.64 0 0.25
HSL 296.07º 0.48% 0.51% -
HSV(B) 296.07º 0.64% 0.75% -
XYZ 30.65 17.8 50.53 -
YUV 115.99 169.77 175.08 -
System Red Green Blue C M Y K H S L
Decimal 182 68 190 0.04 0.64 0 0.25 296.07 0.48 0.51
Hex B6 44 BE 4 40 0 19 128 30 33
Octal 266 104 276 4 100 0 31 450 60 63
Binary 10110110 1000100 10111110 100 1000000 0 11001 100101000 110000 110011

Color Harmonies of #B644BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B644BE

Black with #B644BE

Text Example


Text Example

White with #B644BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B644BE; }

 p { color: rgb(182,68,190); }

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

background-color css

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

 a { background-color: rgb(182,68,190); }

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

border-color css

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

 span { border-color: rgb(182,68,190); }

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