Html Css Color HEX #B63DB3 Fuchsia

📋 copy color: '#B63DB3'

red 182 ◦ green 61 ◦ blue 179

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

Shades of Fuchsia #B63DB3

Tints of Fuchsia #B63DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.42%

R = 43.13%
G = 14.45%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B63DB3 (or 0xB63DB3) is known color: Fuchsia. HEX triplet: B6, 3D and B3. RGB value is (182,61,179). Sum of RGB (Red+Green+Blue) = 182+61+179=422 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.13% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 182 - color contains mainly: red. Hex color #B63DB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DB3 is #49C24C. Grayscale: #6E6E6E. Windows color (decimal): -4833869 or 11746742. OLE color: 11746742.

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

Color convert

RGB 182 61 179 -
CMYK 0 0.66 0.02 0.29
HSL 301.49º 0.5% 0.48% -
HSV(B) 301.49º 0.66% 0.71% -
XYZ 29.1 16.54 44.31 -
YUV 110.63 166.59 178.91 -
System Red Green Blue C M Y K H S L
Decimal 182 61 179 0 0.66 0.02 0.29 301.49 0.5 0.48
Hex B6 3D B3 0 42 2 1D 12D 32 30
Octal 266 75 263 0 102 2 35 455 62 60
Binary 10110110 111101 10110011 0 1000010 10 11101 100101101 110010 110000

Color Harmonies of #B63DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63DB3

Black with #B63DB3

Text Example


Text Example

White with #B63DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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