Html Css Color HEX #B628AF Fuchsia

📋 copy color: '#B628AF'

red 182 ◦ green 40 ◦ blue 175

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

Shades of Fuchsia #B628AF

Tints of Fuchsia #B628AF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.08%

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

R = 45.84%
G = 10.08%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B628AF (or 0xB628AF) is known color: Fuchsia. HEX triplet: B6, 28 and AF. RGB value is (182,40,175). Sum of RGB (Red+Green+Blue) = 182+40+175=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B628AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B628AF is #49D750. Grayscale: #616161. Windows color (decimal): -4839249 or 11479222. OLE color: 11479222.

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

Color convert

RGB 182 40 175 -
CMYK 0 0.78 0.04 0.29
HSL 302.96º 0.64% 0.44% -
HSV(B) 302.96º 0.78% 0.71% -
XYZ 27.79 14.56 41.9 -
YUV 97.85 171.54 188.02 -
System Red Green Blue C M Y K H S L
Decimal 182 40 175 0 0.78 0.04 0.29 302.96 0.64 0.44
Hex B6 28 AF 0 4E 4 1D 12F 40 2C
Octal 266 50 257 0 116 4 35 457 100 54
Binary 10110110 101000 10101111 0 1001110 100 11101 100101111 1000000 101100

Color Harmonies of #B628AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B628AF

Black with #B628AF

Text Example


Text Example

White with #B628AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B628AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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