Html Css Color HEX #B63DB1 Fuchsia

📋 copy color: '#B63DB1'

red 182 ◦ green 61 ◦ blue 177

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

Shades of Fuchsia #B63DB1

Tints of Fuchsia #B63DB1

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.52%

 BLUE value IS 177 (69.53% from 255) = 42.14%

R = 43.33%
G = 14.52%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B63DB1 (or 0xB63DB1) is known color: Fuchsia. HEX triplet: B6, 3D and B1. RGB value is (182,61,177). Sum of RGB (Red+Green+Blue) = 182+61+177=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 61 (24.22% from 255 or 14.52% from 420); Blue value is 177 (69.53% from 255 or 42.14% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B63DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63DB1 is #49C24E. Grayscale: #6E6E6E. Windows color (decimal): -4833871 or 11615670. OLE color: 11615670.

HSL color Cylindrical-coordinate representation of color #B63DB1: hue angle of 302.48º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63DB1 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 61 177 -
CMYK 0 0.66 0.03 0.29
HSL 302.48º 0.5% 0.48% -
HSV(B) 302.48º 0.66% 0.71% -
XYZ 28.9 16.46 43.25 -
YUV 110.4 165.59 179.07 -
System Red Green Blue C M Y K H S L
Decimal 182 61 177 0 0.66 0.03 0.29 302.48 0.5 0.48
Hex B6 3D B1 0 42 3 1D 12E 32 30
Octal 266 75 261 0 102 3 35 456 62 60
Binary 10110110 111101 10110001 0 1000010 11 11101 100101110 110010 110000

Color Harmonies of #B63DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63DB1

Black with #B63DB1

Text Example


Text Example

White with #B63DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63DB1; }

 p { color: rgb(182,61,177); }

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

background-color css

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

 a { background-color: rgb(182,61,177); }

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

border-color css

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

 span { border-color: rgb(182,61,177); }

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