Html Css Color HEX #B629B5 Fuchsia

📋 copy color: '#B629B5'

red 182 ◦ green 41 ◦ blue 181

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

Shades of Fuchsia #B629B5

Tints of Fuchsia #B629B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.8%

R = 45.05%
G = 10.15%
B = 44.8%

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

#B629B5 (or 0xB629B5) is known color: Fuchsia. HEX triplet: B6, 29 and B5. RGB value is (182,41,181). Sum of RGB (Red+Green+Blue) = 182+41+181=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B629B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B629B5 is #49D64A. Grayscale: #626262. Windows color (decimal): -4838987 or 11872694. OLE color: 11872694.

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

Color convert

RGB 182 41 181 -
CMYK 0 0.77 0.01 0.29
HSL 300.43º 0.63% 0.44% -
HSV(B) 300.43º 0.77% 0.71% -
XYZ 28.42 14.87 45.09 -
YUV 99.12 174.21 187.12 -
System Red Green Blue C M Y K H S L
Decimal 182 41 181 0 0.77 0.01 0.29 300.43 0.63 0.44
Hex B6 29 B5 0 4D 1 1D 12C 3F 2C
Octal 266 51 265 0 115 1 35 454 77 54
Binary 10110110 101001 10110101 0 1001101 1 11101 100101100 111111 101100

Color Harmonies of #B629B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B629B5

Black with #B629B5

Text Example


Text Example

White with #B629B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B629B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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