Html Css Color HEX #B647B9 Fuchsia

📋 copy color: '#B647B9'

red 182 ◦ green 71 ◦ blue 185

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

Shades of Fuchsia #B647B9

Tints of Fuchsia #B647B9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.21%

 BLUE value IS 185 (72.66% from 255) = 42.24%

R = 41.55%
G = 16.21%
B = 42.24%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B647B9 (or 0xB647B9) is known color: Fuchsia. HEX triplet: B6, 47 and B9. RGB value is (182,71,185). Sum of RGB (Red+Green+Blue) = 182+71+185=438 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.55% from 438); Green value is 71 (28.12% from 255 or 16.21% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 185 - color contains mainly: blue. Hex color #B647B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B647B9 is #49B846. Grayscale: #747474. Windows color (decimal): -4831303 or 12142518. OLE color: 12142518.

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

Color convert

RGB 182 71 185 -
CMYK 0.02 0.62 0 0.27
HSL 298.42º 0.45% 0.5% -
HSV(B) 298.42º 0.62% 0.73% -
XYZ 30.3 17.95 47.77 -
YUV 117.19 166.27 174.23 -
System Red Green Blue C M Y K H S L
Decimal 182 71 185 0.02 0.62 0 0.27 298.42 0.45 0.5
Hex B6 47 B9 2 3E 0 1B 12A 2D 32
Octal 266 107 271 2 76 0 33 452 55 62
Binary 10110110 1000111 10111001 10 111110 0 11011 100101010 101101 110010

Color Harmonies of #B647B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B647B9

Black with #B647B9

Text Example


Text Example

White with #B647B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B647B9; }

 p { color: rgb(182,71,185); }

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

background-color css

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

 a { background-color: rgb(182,71,185); }

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

border-color css

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

 span { border-color: rgb(182,71,185); }

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