Html Css Color HEX #B63CC0 Fuchsia

📋 copy color: '#B63CC0'

red 182 ◦ green 60 ◦ blue 192

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

Shades of Fuchsia #B63CC0

Tints of Fuchsia #B63CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.24%

R = 41.94%
G = 13.82%
B = 44.24%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B63CC0 (or 0xB63CC0) is known color: Fuchsia. HEX triplet: B6, 3C and C0. RGB value is (182,60,192). Sum of RGB (Red+Green+Blue) = 182+60+192=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 192 - color contains mainly: blue. Hex color #B63CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CC0 is #49C33F. Grayscale: #6F6F6F. Windows color (decimal): -4834112 or 12598454. OLE color: 12598454.

HSL color Cylindrical-coordinate representation of color #B63CC0: hue angle of 295.45º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63CC0 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 60 192 -
CMYK 0.05 0.69 0 0.25
HSL 295.45º 0.52% 0.49% -
HSV(B) 295.45º 0.69% 0.75% -
XYZ 30.42 16.98 51.54 -
YUV 111.53 173.42 178.27 -
System Red Green Blue C M Y K H S L
Decimal 182 60 192 0.05 0.69 0 0.25 295.45 0.52 0.49
Hex B6 3C C0 5 45 0 19 127 34 31
Octal 266 74 300 5 105 0 31 447 64 61
Binary 10110110 111100 11000000 101 1000101 0 11001 100100111 110100 110001

Color Harmonies of #B63CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CC0

Black with #B63CC0

Text Example


Text Example

White with #B63CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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