Html Css Color HEX #B646BD Fuchsia

📋 copy color: '#B646BD'

red 182 ◦ green 70 ◦ blue 189

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

Shades of Fuchsia #B646BD

Tints of Fuchsia #B646BD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.87%

 BLUE value IS 189 (74.22% from 255) = 42.86%

R = 41.27%
G = 15.87%
B = 42.86%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B646BD (or 0xB646BD) is known color: Fuchsia. HEX triplet: B6, 46 and BD. RGB value is (182,70,189). Sum of RGB (Red+Green+Blue) = 182+70+189=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 70 (27.73% from 255 or 15.87% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #B646BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B646BD is #49B942. Grayscale: #747474. Windows color (decimal): -4831555 or 12404406. OLE color: 12404406.

HSL color Cylindrical-coordinate representation of color #B646BD: hue angle of 296.47º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B646BD is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 70 189 -
CMYK 0.04 0.63 0 0.26
HSL 296.47º 0.47% 0.51% -
HSV(B) 296.47º 0.63% 0.74% -
XYZ 30.67 18 50 -
YUV 117.05 168.61 174.32 -
System Red Green Blue C M Y K H S L
Decimal 182 70 189 0.04 0.63 0 0.26 296.47 0.47 0.51
Hex B6 46 BD 4 3F 0 1A 128 2F 33
Octal 266 106 275 4 77 0 32 450 57 63
Binary 10110110 1000110 10111101 100 111111 0 11010 100101000 101111 110011

Color Harmonies of #B646BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B646BD

Black with #B646BD

Text Example


Text Example

White with #B646BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B646BD; }

 p { color: rgb(182,70,189); }

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

background-color css

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

 a { background-color: rgb(182,70,189); }

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

border-color css

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

 span { border-color: rgb(182,70,189); }

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