Html Css Color HEX #B633AD Fuchsia

📋 copy color: '#B633AD'

red 182 ◦ green 51 ◦ blue 173

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

Shades of Fuchsia #B633AD

Tints of Fuchsia #B633AD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.56%

 BLUE value IS 173 (67.97% from 255) = 42.61%

R = 44.83%
G = 12.56%
B = 42.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B633AD (or 0xB633AD) is known color: Fuchsia. HEX triplet: B6, 33 and AD. RGB value is (182,51,173). Sum of RGB (Red+Green+Blue) = 182+51+173=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B633AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B633AD is #49CC52. Grayscale: #676767. Windows color (decimal): -4836435 or 11350966. OLE color: 11350966.

HSL color Cylindrical-coordinate representation of color #B633AD: hue angle of 304.12º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B633AD is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 51 173 -
CMYK 0 0.72 0.05 0.29
HSL 304.12º 0.56% 0.46% -
HSV(B) 304.12º 0.72% 0.71% -
XYZ 28.02 15.33 41.02 -
YUV 104.08 166.9 183.58 -
System Red Green Blue C M Y K H S L
Decimal 182 51 173 0 0.72 0.05 0.29 304.12 0.56 0.46
Hex B6 33 AD 0 48 5 1D 130 38 2E
Octal 266 63 255 0 110 5 35 460 70 56
Binary 10110110 110011 10101101 0 1001000 101 11101 100110000 111000 101110

Color Harmonies of #B633AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B633AD

Black with #B633AD

Text Example


Text Example

White with #B633AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B633AD; }

 p { color: rgb(182,51,173); }

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

background-color css

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

 a { background-color: rgb(182,51,173); }

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

border-color css

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

 span { border-color: rgb(182,51,173); }

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