Html Css Color HEX #B63CC6 Fuchsia

📋 copy color: '#B63CC6'

red 182 ◦ green 60 ◦ blue 198

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

Shades of Fuchsia #B63CC6

Tints of Fuchsia #B63CC6

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.64%

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

R = 41.36%
G = 13.64%
B = 45%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B63CC6 (or 0xB63CC6) is known color: Fuchsia. HEX triplet: B6, 3C and C6. RGB value is (182,60,198). Sum of RGB (Red+Green+Blue) = 182+60+198=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 60 (23.83% from 255 or 13.64% from 440); Blue value is 198 (77.73% from 255 or 45% from 440); Max value from RGB is 198 - color contains mainly: blue. Hex color #B63CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CC6 is #49C339. Grayscale: #6F6F6F. Windows color (decimal): -4834106 or 12991670. OLE color: 12991670.

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

Color convert

RGB 182 60 198 -
CMYK 0.08 0.70 0 0.22
HSL 293.04º 0.55% 0.51% -
HSV(B) 293.04º 0.7% 0.78% -
XYZ 31.1 17.25 55.12 -
YUV 112.21 176.42 177.78 -
System Red Green Blue C M Y K H S L
Decimal 182 60 198 0.08 0.70 0 0.22 293.04 0.55 0.51
Hex B6 3C C6 8 46 0 16 125 37 33
Octal 266 74 306 10 106 0 26 445 67 63
Binary 10110110 111100 11000110 1000 1000110 0 10110 100100101 110111 110011

Color Harmonies of #B63CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CC6

Black with #B63CC6

Text Example


Text Example

White with #B63CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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