Html Css Color HEX #B628B2 Fuchsia

📋 copy color: '#B628B2'

red 182 ◦ green 40 ◦ blue 178

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

Shades of Fuchsia #B628B2

Tints of Fuchsia #B628B2

RGB

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

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

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

R = 45.5%
G = 10%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B628B2 (or 0xB628B2) is known color: Fuchsia. HEX triplet: B6, 28 and B2. RGB value is (182,40,178). Sum of RGB (Red+Green+Blue) = 182+40+178=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 178 (69.92% from 255 or 44.5% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B628B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B628B2 is #49D74D. Grayscale: #616161. Windows color (decimal): -4839246 or 11675830. OLE color: 11675830.

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

Color convert

RGB 182 40 178 -
CMYK 0 0.78 0.02 0.29
HSL 301.69º 0.64% 0.44% -
HSV(B) 301.69º 0.78% 0.71% -
XYZ 28.09 14.68 43.47 -
YUV 98.19 173.04 187.78 -
System Red Green Blue C M Y K H S L
Decimal 182 40 178 0 0.78 0.02 0.29 301.69 0.64 0.44
Hex B6 28 B2 0 4E 2 1D 12E 40 2C
Octal 266 50 262 0 116 2 35 456 100 54
Binary 10110110 101000 10110010 0 1001110 10 11101 100101110 1000000 101100

Color Harmonies of #B628B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B628B2

Black with #B628B2

Text Example


Text Example

White with #B628B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B628B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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