Html Css Color HEX #B629AF Fuchsia

📋 copy color: '#B629AF'

red 182 ◦ green 41 ◦ blue 175

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

Shades of Fuchsia #B629AF

Tints of Fuchsia #B629AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.97%

R = 45.73%
G = 10.3%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B629AF (or 0xB629AF) is known color: Fuchsia. HEX triplet: B6, 29 and AF. RGB value is (182,41,175). Sum of RGB (Red+Green+Blue) = 182+41+175=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B629AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B629AF is #49D650. Grayscale: #626262. Windows color (decimal): -4838993 or 11479478. OLE color: 11479478.

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

Color convert

RGB 182 41 175 -
CMYK 0 0.77 0.04 0.29
HSL 302.98º 0.63% 0.44% -
HSV(B) 302.98º 0.77% 0.71% -
XYZ 27.82 14.63 41.91 -
YUV 98.44 171.21 187.6 -
System Red Green Blue C M Y K H S L
Decimal 182 41 175 0 0.77 0.04 0.29 302.98 0.63 0.44
Hex B6 29 AF 0 4D 4 1D 12F 3F 2C
Octal 266 51 257 0 115 4 35 457 77 54
Binary 10110110 101001 10101111 0 1001101 100 11101 100101111 111111 101100

Color Harmonies of #B629AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B629AF

Black with #B629AF

Text Example


Text Example

White with #B629AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B629AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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