Html Css Color HEX #B629B4 Fuchsia

📋 copy color: '#B629B4'

red 182 ◦ green 41 ◦ blue 180

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

Shades of Fuchsia #B629B4

Tints of Fuchsia #B629B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.67%

R = 45.16%
G = 10.17%
B = 44.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B629B4 (or 0xB629B4) is known color: Fuchsia. HEX triplet: B6, 29 and B4. RGB value is (182,41,180). Sum of RGB (Red+Green+Blue) = 182+41+180=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B629B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B629B4 is #49D64B. Grayscale: #626262. Windows color (decimal): -4838988 or 11807158. OLE color: 11807158.

HSL color Cylindrical-coordinate representation of color #B629B4: hue angle of 300.85º 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 #B629B4 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 41 180 -
CMYK 0 0.77 0.01 0.29
HSL 300.85º 0.63% 0.44% -
HSV(B) 300.85º 0.77% 0.71% -
XYZ 28.32 14.83 44.55 -
YUV 99.01 173.71 187.2 -
System Red Green Blue C M Y K H S L
Decimal 182 41 180 0 0.77 0.01 0.29 300.85 0.63 0.44
Hex B6 29 B4 0 4D 1 1D 12D 3F 2C
Octal 266 51 264 0 115 1 35 455 77 54
Binary 10110110 101001 10110100 0 1001101 1 11101 100101101 111111 101100

Color Harmonies of #B629B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B629B4

Black with #B629B4

Text Example


Text Example

White with #B629B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B629B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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