Html Css Color HEX #B630AD Fuchsia

📋 copy color: '#B630AD'

red 182 ◦ green 48 ◦ blue 173

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

Shades of Fuchsia #B630AD

Tints of Fuchsia #B630AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.91%

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

R = 45.16%
G = 11.91%
B = 42.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B630AD (or 0xB630AD) is known color: Fuchsia. HEX triplet: B6, 30 and AD. RGB value is (182,48,173). Sum of RGB (Red+Green+Blue) = 182+48+173=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B630AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B630AD is #49CF52. Grayscale: #656565. Windows color (decimal): -4837203 or 11350198. OLE color: 11350198.

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

Color convert

RGB 182 48 173 -
CMYK 0 0.74 0.05 0.29
HSL 304.03º 0.58% 0.45% -
HSV(B) 304.03º 0.74% 0.71% -
XYZ 27.89 15.08 40.98 -
YUV 102.32 167.89 184.84 -
System Red Green Blue C M Y K H S L
Decimal 182 48 173 0 0.74 0.05 0.29 304.03 0.58 0.45
Hex B6 30 AD 0 4A 5 1D 130 3A 2D
Octal 266 60 255 0 112 5 35 460 72 55
Binary 10110110 110000 10101101 0 1001010 101 11101 100110000 111010 101101

Color Harmonies of #B630AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B630AD

Black with #B630AD

Text Example


Text Example

White with #B630AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B630AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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