Html Css Color HEX #B630AF Fuchsia

📋 copy color: '#B630AF'

red 182 ◦ green 48 ◦ blue 175

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

Shades of Fuchsia #B630AF

Tints of Fuchsia #B630AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.21%

R = 44.94%
G = 11.85%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B630AF (or 0xB630AF) is known color: Fuchsia. HEX triplet: B6, 30 and AF. RGB value is (182,48,175). Sum of RGB (Red+Green+Blue) = 182+48+175=405 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.94% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 182 - color contains mainly: red. Hex color #B630AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B630AF is #49CF50. Grayscale: #666666. Windows color (decimal): -4837201 or 11481270. OLE color: 11481270.

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

Color convert

RGB 182 48 175 -
CMYK 0 0.74 0.04 0.29
HSL 303.13º 0.58% 0.45% -
HSV(B) 303.13º 0.74% 0.71% -
XYZ 28.09 15.15 42 -
YUV 102.54 168.89 184.67 -
System Red Green Blue C M Y K H S L
Decimal 182 48 175 0 0.74 0.04 0.29 303.13 0.58 0.45
Hex B6 30 AF 0 4A 4 1D 12F 3A 2D
Octal 266 60 257 0 112 4 35 457 72 55
Binary 10110110 110000 10101111 0 1001010 100 11101 100101111 111010 101101

Color Harmonies of #B630AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B630AF

Black with #B630AF

Text Example


Text Example

White with #B630AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B630AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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