Html Css Color HEX #B629B2 Fuchsia

📋 copy color: '#B629B2'

red 182 ◦ green 41 ◦ blue 178

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

Shades of Fuchsia #B629B2

Tints of Fuchsia #B629B2

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.22%

 BLUE value IS 178 (69.92% from 255) = 44.39%

R = 45.39%
G = 10.22%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B629B2 (or 0xB629B2) is known color: Fuchsia. HEX triplet: B6, 29 and B2. RGB value is (182,41,178). Sum of RGB (Red+Green+Blue) = 182+41+178=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 41 (16.41% from 255 or 10.22% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B629B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B629B2 is #49D64D. Grayscale: #626262. Windows color (decimal): -4838990 or 11676086. OLE color: 11676086.

HSL color Cylindrical-coordinate representation of color #B629B2: hue angle of 301.7º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B629B2 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 41 178 -
CMYK 0 0.77 0.02 0.29
HSL 301.7º 0.63% 0.44% -
HSV(B) 301.7º 0.77% 0.71% -
XYZ 28.12 14.75 43.48 -
YUV 98.78 172.71 187.36 -
System Red Green Blue C M Y K H S L
Decimal 182 41 178 0 0.77 0.02 0.29 301.7 0.63 0.44
Hex B6 29 B2 0 4D 2 1D 12E 3F 2C
Octal 266 51 262 0 115 2 35 456 77 54
Binary 10110110 101001 10110010 0 1001101 10 11101 100101110 111111 101100

Color Harmonies of #B629B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B629B2

Black with #B629B2

Text Example


Text Example

White with #B629B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B629B2; }

 p { color: rgb(182,41,178); }

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

background-color css

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

 a { background-color: rgb(182,41,178); }

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

border-color css

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

 span { border-color: rgb(182,41,178); }

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