Html Css Color HEX #B63DC6 Fuchsia

📋 copy color: '#B63DC6'

red 182 ◦ green 61 ◦ blue 198

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

Shades of Fuchsia #B63DC6

Tints of Fuchsia #B63DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 44.9%

R = 41.27%
G = 13.83%
B = 44.9%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B63DC6 (or 0xB63DC6) is known color: Fuchsia. HEX triplet: B6, 3D and C6. RGB value is (182,61,198). Sum of RGB (Red+Green+Blue) = 182+61+198=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #B63DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63DC6 is #49C239. Grayscale: #707070. Windows color (decimal): -4833850 or 12991926. OLE color: 12991926.

HSL color Cylindrical-coordinate representation of color #B63DC6: hue angle of 292.99º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63DC6 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 61 198 -
CMYK 0.08 0.69 0 0.22
HSL 292.99º 0.55% 0.51% -
HSV(B) 292.99º 0.69% 0.78% -
XYZ 31.15 17.36 55.13 -
YUV 112.8 176.09 177.36 -
System Red Green Blue C M Y K H S L
Decimal 182 61 198 0.08 0.69 0 0.22 292.99 0.55 0.51
Hex B6 3D C6 8 45 0 16 125 37 33
Octal 266 75 306 10 105 0 26 445 67 63
Binary 10110110 111101 11000110 1000 1000101 0 10110 100100101 110111 110011

Color Harmonies of #B63DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63DC6

Black with #B63DC6

Text Example


Text Example

White with #B63DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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