Html Css Color HEX #B629B7 Fuchsia

📋 copy color: '#B629B7'

red 182 ◦ green 41 ◦ blue 183

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

Shades of Fuchsia #B629B7

Tints of Fuchsia #B629B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.07%

R = 44.83%
G = 10.1%
B = 45.07%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B629B7 (or 0xB629B7) is known color: Fuchsia. HEX triplet: B6, 29 and B7. RGB value is (182,41,183). Sum of RGB (Red+Green+Blue) = 182+41+183=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 183 - color contains mainly: blue. Hex color #B629B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B629B7 is #49D648. Grayscale: #626262. Windows color (decimal): -4838985 or 12003766. OLE color: 12003766.

HSL color Cylindrical-coordinate representation of color #B629B7: hue angle of 299.58º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B629B7 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 182 41 183 -
CMYK 0.01 0.78 0 0.28
HSL 299.58º 0.63% 0.44% -
HSV(B) 299.58º 0.78% 0.72% -
XYZ 28.63 14.95 46.18 -
YUV 99.35 175.21 186.95 -
System Red Green Blue C M Y K H S L
Decimal 182 41 183 0.01 0.78 0 0.28 299.58 0.63 0.44
Hex B6 29 B7 1 4E 0 1C 12C 3F 2C
Octal 266 51 267 1 116 0 34 454 77 54
Binary 10110110 101001 10110111 1 1001110 0 11100 100101100 111111 101100

Color Harmonies of #B629B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B629B7

Black with #B629B7

Text Example


Text Example

White with #B629B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B629B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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